diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5652ca0..ec70b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Install cargo-dist @@ -112,7 +112,7 @@ jobs: - name: enable windows longpaths run: | git config --global core.longpaths true - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Install cargo-dist @@ -163,7 +163,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Install cached cargo-dist @@ -212,7 +212,7 @@ jobs: outputs: val: ${{ steps.host.outputs.manifest }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - name: Install cached cargo-dist @@ -274,7 +274,7 @@ jobs: GITHUB_EMAIL: "admin+bot@axo.dev" if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: "LunchTimeCode/homebrew-tap" token: ${{ secrets.HOMEBREW_TAP_TOKEN }} @@ -344,6 +344,6 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 58720f9..f90b12b 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -17,7 +17,7 @@ jobs: checks: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch the whole history and tags. - uses: dtolnay/rust-toolchain@stable @@ -40,7 +40,7 @@ jobs: outputs: released: ${{ steps.release.outputs.release_created }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - id: release uses: googleapis/release-please-action@v4 with: diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 0546719..910860f 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: # Setup - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable