Skip to content

Commit 5ede27b

Browse files
authored
Merge pull request #900 from mdujava/update_cache
Update github action version of cache job
2 parents b4bf66a + ef0e7c6 commit 5ede27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
echo "weeknum=$(/bin/date -u '+%g.%V')" >> $GITHUB_OUTPUT
2424
shell: bash
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
with:
2727
path: |
2828
~/.local/share/virtualenvs

0 commit comments

Comments
 (0)