Skip to content

Commit

Permalink
build: update github action versions (#362)
Browse files Browse the repository at this point in the history
Maintenance PR to update github action versions.
  • Loading branch information
qued authored Jul 2, 2024
1 parent 97cbcb3 commit 939fd39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: virtualenv-cache
with:
path: |
Expand All @@ -41,7 +41,7 @@ jobs:
needs: setup
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: virtualenv-cache
with:
path: .venv
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
needs: [setup, lint]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: virtualenv-cache
with:
path: |
Expand Down

0 comments on commit 939fd39

Please sign in to comment.