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 27, 2024
1 parent f7b0cbb commit 7512e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
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 7512e23

Please sign in to comment.