Skip to content

Commit 87e73cb

Browse files
chore(deps): update actions (#388)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [MarcoIeni/release-plz-action](https://github.com/MarcoIeni/release-plz-action) | action | digest | `db75300` -> `395042a` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | action | digest | `5d869da` -> `c1a2851` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | action | digest | `b4b15b8` -> `6f51ac0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | action | digest | `7f8b4b4` -> `1e68e06` | | [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | action | digest | `1482605` -> `a54c7af` | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | action | digest | `acf70b3` -> `8484225` | --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiQS1jaSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c1a5a1 commit 87e73cb

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
# Ensure that the latest version of Cargo is installed
3232
- name: Install Rust toolchain
33-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
33+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
3434
with:
3535
toolchain: stable
3636
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

.github/workflows/careful.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Install Rust toolchain
36-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
36+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
3737
with:
3838
toolchain: ${{ matrix.rust }}
3939
- name: install cargo-careful
40-
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
40+
uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2
4141
with:
4242
tool: cargo-careful
4343
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

.github/workflows/ci-heavy.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
- name: Install Rust toolchain
32-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
32+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
3333
with:
3434
toolchain: stable
3535
- run: rustup component add rustfmt
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
- name: Install Rust toolchain
46-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
46+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
4747
with:
4848
toolchain: stable
4949
components: clippy
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Install Rust toolchain
77-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
77+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
7878
with:
7979
toolchain: ${{ matrix.rust }}
8080
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
@@ -85,7 +85,7 @@ jobs:
8585
INSTA_UPDATE: new
8686
- name: Upload snapshots of failed tests
8787
if: ${{ failure() && steps.run_tests.outcome == 'failure' }}
88-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
88+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
8989
with:
9090
name: failed-snapshots-${{ matrix.job.os }}
9191
path: "**/snapshots/*.snap.new"
@@ -113,7 +113,7 @@ jobs:
113113
fetch-depth: 0
114114

115115
- name: Install Rust toolchain
116-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
116+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
117117
with:
118118
toolchain: ${{ matrix.rust }}
119119
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
@@ -147,11 +147,11 @@ jobs:
147147
fetch-depth: 0
148148

149149
- name: Install Rust toolchain
150-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
150+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
151151
with:
152152
toolchain: ${{ matrix.rust }}
153153
- name: install cargo-hack
154-
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
154+
uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # 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@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
256+
uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2
257257
with:
258258
tool: cargo-hack
259259

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
- name: Install Rust toolchain
20-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
20+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
2121
with:
2222
toolchain: stable
2323
- run: rustup component add rustfmt
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333
- name: Install Rust toolchain
34-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
34+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
3535
with:
3636
toolchain: stable
3737
components: clippy
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Install Rust toolchain
67-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
67+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
6868
with:
6969
toolchain: ${{ matrix.rust }}
7070
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
@@ -75,7 +75,7 @@ jobs:
7575
INSTA_UPDATE: new
7676
- name: Upload snapshots of failed tests
7777
if: ${{ failure() && steps.run_tests.outcome == 'failure' }}
78-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
78+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
7979
with:
8080
name: failed-snapshots-${{ matrix.job.os }}
8181
path: "**/snapshots/*.snap.new"
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104

105105
- name: Install Rust toolchain
106-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
106+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
107107
with:
108108
toolchain: ${{ matrix.rust }}
109109
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

.github/workflows/coverage.yaml

+2-2
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@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
23+
uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2
2424
with:
2525
tool: cargo-tarpaulin
2626

@@ -35,7 +35,7 @@ jobs:
3535
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
3636
3737
- name: Upload coverage reports to Codecov
38-
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
38+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
slug: rustic-rs/rustic_core

.github/workflows/release-plz.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Generate GitHub token
19-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1
19+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
2020
id: generate-token
2121
with:
2222
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
@@ -30,7 +30,7 @@ jobs:
3030
uses: dtolnay/rust-toolchain@stable
3131

3232
- name: Run release-plz
33-
uses: MarcoIeni/release-plz-action@db75300cf27adcd986d6f0cf4a72a4ffcc11dae5 # v0.5
33+
uses: MarcoIeni/release-plz-action@395042a06223c60c3e953d5fa124e97dfef96672 # v0.5
3434
env:
3535
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
3636
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)