Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 59a295f

Browse files
authored
Merge pull request #45 from KSXGitHub/dependabot/github_actions/actions/cache-4.2.1
build(deps): Bump actions/cache from 4.2.0 to 4.2.1
2 parents 3f28815 + 8ee5700 commit 59a295f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Cache
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
timeout-minutes: 1
1919
continue-on-error: true
2020
with:
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848

4949
- name: Cache
50-
uses: actions/[email protected].0
50+
uses: actions/[email protected].1
5151
timeout-minutes: 1
5252
continue-on-error: true
5353
with:

0 commit comments

Comments
 (0)