Skip to content

Commit a499c31

Browse files
authored
ci: fix remaining actions on node 20 (#634)
1 parent fde1e0b commit a499c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: 3.x
1717
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
18-
- uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
18+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1919
with:
2020
key: mkdocs-material-${{ env.cache_id }}
2121
path: .cache

0 commit comments

Comments
 (0)