Skip to content

Commit 9adc6e0

Browse files
Merge pull request #246 from icecube/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 40afbc3 + 7a56487 commit 9adc6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3636

3737
- name: Cache dependencies
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ steps.pip-cache.outputs.dir }}
4141
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)