Skip to content

Commit

Permalink
chore(deps): update actions (#376)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action)
| action | digest | `f87fcad` -> `2d8c992` |
|
[taiki-e/install-action](https://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://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>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 3d40e8d commit 667e9fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/careful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: install cargo-careful
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-careful
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-heavy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: install cargo-hack
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-hack
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install cargo-hack
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-hack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install cargo-tarpaulin
uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
with:
tool: cargo-tarpaulin

Expand Down

0 comments on commit 667e9fb

Please sign in to comment.