Skip to content

Commit

Permalink
Bump deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nblock committed Nov 26, 2024
1 parent f7b0cbb commit 9f4948a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.x
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: 3.x
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
Expand Down

0 comments on commit 9f4948a

Please sign in to comment.