From 06b3bacd8256f7c99f7a810b231cc2c0d048036a Mon Sep 17 00:00:00 2001 From: Robin Vedsted Overgaard Date: Sun, 30 Jun 2024 17:19:31 +0200 Subject: [PATCH] fix: updated checkout to version 4 --- .github/workflows/submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index a40e22e..94825dc 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -25,7 +25,7 @@ jobs: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: token: ${{ steps.app-token.outputs.token }} submodules: true