diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8117e42..d9b4684 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Read Node version from mise.toml id: node @@ -78,7 +78,7 @@ jobs: steps: # Checkout repository (required to test local actions) - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 # The thin wrapper shells out to game-ci/cli, which detects the engine # (and Unity version) from ProjectSettings/ProjectVersion.txt in the