Skip to content

Commit 32a373a

Browse files
Update Swatinem/rust-cache action to v2.8.1
1 parent dbe1cb7 commit 32a373a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
with:
3939
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
40-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
40+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4141
if: ${{ github.ref != 'refs/heads/main' }}
4242
- name: Report cargo version
4343
run: cargo --version
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757
with:
5858
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
59-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
59+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6060
if: ${{ github.ref != 'refs/heads/main' }}
6161
- name: Build all targets with all features
6262
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)