-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the actions group with 6 updates #783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -185,7 +185,7 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry and build artifacts | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| key: platform-all-features | ||
| save-if: ${{ github.ref == 'refs/heads/main' }} | ||
|
|
@@ -207,13 +207,13 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry and build artifacts | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| key: platform-coverage | ||
| save-if: ${{ github.ref == 'refs/heads/main' }} | ||
|
|
||
| - name: Install pinned coverage tool | ||
| uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 | ||
| uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 | ||
| with: | ||
| tool: cargo-llvm-cov@${{ env.CARGO_LLVM_COV_VERSION }} | ||
|
|
||
|
|
@@ -256,7 +256,7 @@ jobs: | |
| id-token: write | ||
| steps: | ||
| - name: Download platform coverage | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v8.0.0 | ||
| uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When either AGENTS.md reference: AGENTS.md:L192-L195 Useful? React with 👍 / 👎. |
||
| with: | ||
| name: platform-coverage | ||
| path: target/platform-coverage | ||
|
|
@@ -314,13 +314,13 @@ jobs: | |
| toolchain: nightly | ||
|
|
||
| - name: Cache Cargo registry and build artifacts | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| key: platform-fuzz-${{ matrix.target }} | ||
| save-if: ${{ github.ref == 'refs/heads/main' }} | ||
|
|
||
| - name: Install pinned cargo-fuzz | ||
| uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 | ||
| uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 | ||
| with: | ||
| tool: cargo-fuzz@${{ env.CARGO_FUZZ_VERSION }} | ||
|
|
||
|
|
@@ -356,14 +356,14 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
| save-if: ${{ github.ref == 'refs/heads/main' }} | ||
|
|
||
| - name: Install cargo-deny | ||
| uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 | ||
| uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 | ||
| with: | ||
| tool: cargo-deny@0.19.8 | ||
|
|
||
|
|
@@ -394,7 +394,7 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
|
|
@@ -432,7 +432,7 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
|
|
@@ -466,7 +466,7 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
|
|
@@ -510,14 +510,14 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
| save-if: ${{ github.ref == 'refs/heads/main' }} | ||
|
|
||
| - name: Install uv | ||
| uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 | ||
| uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 | ||
| with: | ||
| version: "0.11.16" | ||
|
|
||
|
|
@@ -544,7 +544,7 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
|
|
@@ -573,7 +573,7 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
|
|
@@ -599,7 +599,7 @@ jobs: | |
| submodules: false | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
|
|
@@ -824,7 +824,7 @@ jobs: | |
| cache-dependency-path: docs/site/package-lock.json | ||
|
|
||
| - name: Cache Cargo registry | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 | ||
| with: | ||
| shared-key: workspace-registry | ||
| cache-targets: false | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit has no
Signed-off-bytrailer. On pull requests,.github/workflows/dco.ymlchecks every non-merge commit and exits unsuccessfully when that trailer is absent, so this change cannot pass the repository's required DCO check until the commit is recreated withgit commit -s.AGENTS.md reference: AGENTS.md:L312-L314
Useful? React with 👍 / 👎.