Skip to content

Commit 3f02d07

Browse files
chore(deps): update actions/cache action to v3.4.1
1 parent e7a0ebc commit 3f02d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scip-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install asdf.
1818
uses: asdf-vm/actions/[email protected]
1919
- name: Cache asdf and asdf-managed tools.
20-
uses: actions/cache@v3.3.1
20+
uses: actions/cache@v3.4.1
2121
id: asdf-cache
2222
with:
2323
path: ${{ env.ASDF_DIR }}

.github/workflows/scip-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install asdf.
1717
uses: asdf-vm/actions/[email protected]
1818
- name: Cache asdf and asdf-managed tools.
19-
uses: actions/cache@v3.3.1
19+
uses: actions/cache@v3.4.1
2020
id: asdf-cache
2121
with:
2222
path: ${{ env.ASDF_DIR }}

0 commit comments

Comments
 (0)