diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 30d7af4..b9b6d31 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -29,7 +29,7 @@ jobs: run: rustup component add rustfmt - name: Install clippy run: rustup component add clippy - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ~/.cache/pre-commit/ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 14db318..859b11d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: - name: Tar/zstd source run: tar --zstd -cvf "${name}-${ref}.tar.zst" "${name}-${ref}" - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: source path: | @@ -82,7 +82,7 @@ jobs: tee "${GITHUB_WORKSPACE}/release-notes.md" working-directory: code - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: release-notes path: | @@ -111,7 +111,7 @@ jobs: run: rustup install "$RUST_VERSION" --no-self-update && rustup default "$RUST_VERSION" - name: Check rust installation run: rustc -vV - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ~/.cargo/registry/index/ @@ -125,7 +125,7 @@ jobs: run: file "target/${{ matrix.target }}/release/${name}" - name: Compress run: cp "target/${{ matrix.target }}/release/${name}" . && tar --zstd -cvf "${name}-${ref}-${{ matrix.target }}.tar.zst" "${name}" - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: ${{ matrix.target }} path: "${{ env.name }}-${{ env.ref }}-${{ matrix.target }}.tar.zst" @@ -137,7 +137,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: merge-multiple: true @@ -165,7 +165,7 @@ jobs: run: rustup install "$RUST_VERSION" --no-self-update && rustup default "$RUST_VERSION" - name: Check rust installation run: rustc -vV - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7328b04..df80174 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: run: rustup install ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }} - name: Check rust installation run: rustc -vV - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ~/.cargo/registry/index/ @@ -74,7 +74,7 @@ jobs: run: rustup install "$RUST_LATEST_VERSION" --no-self-update && rustup default "$RUST_LATEST_VERSION" - name: Check rust installation run: rustc -vV - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | ~/.cargo/registry/index/ @@ -122,7 +122,7 @@ jobs: env: RUST_LOG: "mdbook=info" - name: Check links - uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # v2.2.0 + uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2.3.0 with: args: -n . fail: true