diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f16c53..852cd21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: outputs: code: ${{ steps.filter.outputs.code }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dorny/paths-filter@v4 id: filter with: @@ -36,7 +36,7 @@ jobs: ZIG_GLOBAL_CACHE_DIR: ${{ github.workspace }}/architect/.zig-cache ZIG_LOCAL_CACHE_DIR: ${{ github.workspace }}/architect/.zig-cache/local steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: architect diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a762283..ef3dd29 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: # and thinking it is its own release tag. GIT_CEILING_DIRECTORIES: ${{ github.workspace }}/architect/.zig-cache steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: architect @@ -105,7 +105,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: main token: ${{ secrets.PAT_TOKEN }}