Skip to content

Commit 2e54e8b

Browse files
authored
Merge pull request #903 from Links2004/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 2059fc5 + e800643 commit 2e54e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "hash=$(/bin/date -u "+%Y%m%d")-$(md5sum ".github/workflows/main.yml" | cut -d ' ' -f 1)" >> $GITHUB_OUTPUT
7070
shell: bash
7171

72-
- uses: actions/cache@v3
72+
- uses: actions/cache@v4
7373
id: cache_all
7474
with:
7575
path: |
@@ -128,7 +128,7 @@ jobs:
128128
echo "hash=$(/bin/date -u "+%Y%m%d")-$(md5sum ".github/workflows/main.yml" | cut -d ' ' -f 1)" >> $GITHUB_OUTPUT
129129
shell: bash
130130

131-
- uses: actions/cache@v3
131+
- uses: actions/cache@v4
132132
id: cache_all
133133
with:
134134
path: |

0 commit comments

Comments
 (0)