diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 45df69c7f5..51e08efbc7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: Swatinem/rust-cache@v2 - uses: dtolnay/rust-toolchain@nightly - name: Create diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cef6873e7a..41a6251948 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: name: Create GitHub release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - name: Create release @@ -49,7 +49,7 @@ jobs: - os: ubuntu-latest target: aarch64-unknown-linux-musl steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup extra build tools if: matrix.target == 'aarch64-unknown-linux-musl' @@ -87,7 +87,7 @@ jobs: run: | apt-get update && apt-get install -y git curl build-essential - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Golang uses: actions/setup-go@v6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c06f458177..0b5ecaebc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - os: macos-latest - os: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Rust if: ${{ steps.cache_build.outputs.cache-hit != 'true' }} uses: dtolnay/rust-toolchain@stable @@ -66,7 +66,7 @@ jobs: needs: skip-check if: ${{ needs.skip-check.outputs.should_skip != 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-pc-windows-msvc @@ -84,7 +84,7 @@ jobs: needs: skip-check if: ${{ needs.skip-check.outputs.should_skip != 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-pc-windows-msvc @@ -126,7 +126,7 @@ jobs: needs: skip-check if: ${{ needs.skip-check.outputs.should_skip != 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin @@ -146,7 +146,7 @@ jobs: needs: skip-check if: ${{ needs.skip-check.outputs.should_skip != 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install MacPorts if: steps.cache-macports.outputs.cache-hit != 'true' run: | @@ -171,7 +171,7 @@ jobs: needs: skip-check if: ${{ needs.skip-check.outputs.should_skip != 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-unknown-linux-musl @@ -191,7 +191,7 @@ jobs: container: image: fedora:latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup extra build tools run: dnf install -y make automake gcc gcc-c++ kernel-devel - uses: dtolnay/rust-toolchain@stable @@ -213,7 +213,7 @@ jobs: container: image: gentoo/stage3 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup extra build tools run: | # `pacaptr -Ss` might fail without this line. @@ -242,7 +242,7 @@ jobs: run: | xbps-install -y -Su || (xbps-install -y -u xbps && xbps-install -y -Su) xbps-install -y base-devel curl bash - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-unknown-linux-musl @@ -264,7 +264,7 @@ jobs: steps: - name: Setup extra build tools run: zypper install -y tar gzip curl gcc bash - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-unknown-linux-musl @@ -287,7 +287,7 @@ jobs: - name: Setup extra build tools run: | apk add -U build-base tar bash - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-unknown-linux-musl @@ -306,7 +306,7 @@ jobs: needs: skip-check if: ${{ needs.skip-check.outputs.should_skip != 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup extra build tools run: | sudo apt-get update