Skip to content

Commit 8983446

Browse files
chore(deps): update actions
1 parent 061da59 commit 8983446

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/careful.yml

+1-1
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@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
40+
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
4141
with:
4242
tool: cargo-careful
4343
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

.github/workflows/ci-heavy.yml

+2-2
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@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
154+
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # 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@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
256+
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
257257
with:
258258
tool: cargo-hack
259259

.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-hack
23-
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
23+
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # 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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
38+
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
slug: rustic-rs/rustic_core

.github/workflows/release-plz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: dtolnay/rust-toolchain@stable
3131

3232
- name: Run release-plz
33-
uses: MarcoIeni/release-plz-action@0a28fd4d52f6b5e06e0cf8e75a22e96e1966fc2f # v0.5
33+
uses: MarcoIeni/release-plz-action@f0fdffff1ff475195a1638e487cf93719e065a8e # 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)