diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8260f3c..398b4ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Test fixtures live in LFS. lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63f86f6..5eb8b8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Determine toolchain id: rust-toolchain @@ -133,7 +133,7 @@ jobs: tool: parse-changelog@0.5.1 - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Determine toolchain id: rust-toolchain @@ -141,7 +141,7 @@ jobs: echo "value=$(cat rust-toolchain)" >> "$GITHUB_OUTPUT" - name: Checkout Homebrew tap - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: abhinav/homebrew-tap token: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}