Skip to content

Commit 2293968

Browse files
authored
Merge branch 'main' into dependabot/github_actions/coverallsapp/github-action-2.3.7
2 parents ae32df5 + ed250b1 commit 2293968

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
submodules: recursive
1414
- name: Cache Project
15-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
15+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
1616
- name: Install toolchain
1717
uses: ./.github/actions/setup-env
1818
with:
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: recursive
3838
- name: Cache Project
39-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
39+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4040
- name: Install toolchain
4141
uses: ./.github/actions/setup-env
4242
with:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
submodules: recursive
2222
- name: Cache Project
23-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
23+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2424
- name: Install toolchain
2525
uses: ./.github/actions/setup-env
2626
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
submodules: recursive
1515
- name: Cache Project
16-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
16+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
1717
- name: Install toolchain
1818
uses: ./.github/actions/setup-env
1919
with:

0 commit comments

Comments
 (0)