Skip to content

Commit f16b35d

Browse files
chore(deps)(deps): bump the all-dependencies group with 3 updates
Bumps the all-dependencies group with 3 updates: [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint), [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `reviewdog/action-actionlint` from 1.61.0 to 1.69.1 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](reviewdog/action-actionlint@534eb89...83e4ed2) Updates `Swatinem/rust-cache` from 2.7.8 to 2.8.2 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@9d47c6a...779680d) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.69.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9c20de commit f16b35d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/lint-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
1818
with:
1919
persist-credentials: false
20-
- uses: reviewdog/action-actionlint@534eb894142bcf31616e5436cbe4214641c58101 # v1.61
20+
- uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.61
2121
with:
2222
fail_level: "any"

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install toolchains
2424
uses: ./.github/actions/toolchains # zizmor: ignore[unpinned-uses]
2525
- uses: dtolnay/rust-toolchain@22a6a5b0f9f487c5f5587025ae9d4a1caf2a8a78 # clippy
26-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
26+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
2727
with:
2828
cache-on-failure: true
2929
# Currently, sp1 and risc0 guest builds are skipped when it is invoked under clippy.
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
toolchain: nightly-2024-07-27
6565
- uses: taiki-e/install-action@1b0e852a3465a29cd0b17876f2de42a88d145e91 # cargo-hack
66-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
66+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
6767
with:
6868
cache-on-failure: true
6969
- name: Configure sccache

.github/workflows/mutants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
git branch -av
3535
git diff "origin/$DEFAULT_BRANCH" | tee git.diff
36-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
36+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
3737
- uses: taiki-e/install-action@9903ab6feadaec33945de535fe9d181b91802a55 # v2
3838
name: Install `cargo-mutants`
3939
with:

.github/workflows/prover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ./.github/actions/toolchains # zizmor: ignore[unpinned-uses]
3030

3131
- name: Use Cargo cache
32-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
32+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
3333
with:
3434
cache-on-failure: true
3535

.github/workflows/unit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: taiki-e/install-action@9903ab6feadaec33945de535fe9d181b91802a55 # v2
4545
with:
4646
tool: cargo-llvm-cov
47-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
47+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
4848
with:
4949
cache-on-failure: true
5050

@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
paths: "target/nextest/ci/junit.xml"
6060
- name: Publish Test Coverage
61-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
61+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
6262
env:
6363
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6464
files: lcov.info
@@ -82,7 +82,7 @@ jobs:
8282
- uses: dtolnay/rust-toolchain@a02741459ec5e501b9843ed30b535ca0a0376ae4 # nightly
8383
with:
8484
toolchain: nightly-2024-07-27
85-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
85+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
8686
with:
8787
cache-on-failure: true
8888

0 commit comments

Comments
 (0)