Skip to content

Commit 667e9fb

Browse files
chore(deps): update actions (#376)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [EmbarkStudios/cargo-deny-action](https://redirect.github.com/EmbarkStudios/cargo-deny-action) | action | digest | `f87fcad` -> `2d8c992` | | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | digest | `6da51af` -> `a22e180` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rustic-rs/rustic_core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiQS1jaSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d40e8d commit 667e9fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252

53-
- uses: EmbarkStudios/cargo-deny-action@f87fcad0e65efa7cbdec993036c394fa9be14262 # v2
53+
- uses: EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2
5454
with:
5555
command: check bans licenses sources
5656

.github/workflows/careful.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
toolchain: ${{ matrix.rust }}
3939
- name: install cargo-careful
40-
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
40+
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
4141
with:
4242
tool: cargo-careful
4343
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

.github/workflows/ci-heavy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
toolchain: ${{ matrix.rust }}
153153
- name: install cargo-hack
154-
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
154+
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
155155
with:
156156
tool: cargo-hack
157157
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
@@ -253,7 +253,7 @@ jobs:
253253
steps:
254254
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
255255
- name: Install cargo-hack
256-
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
256+
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
257257
with:
258258
tool: cargo-hack
259259

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121

2222
- name: Install cargo-tarpaulin
23-
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
23+
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
2424
with:
2525
tool: cargo-tarpaulin
2626

0 commit comments

Comments
 (0)