Skip to content

Commit

Permalink
Upgrade actions/checkout and actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alizbay94 committed Jan 2, 2025
1 parent f49388a commit f07e747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/[email protected]
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache-venv
with:
path: ./venv/
Expand Down

0 comments on commit f07e747

Please sign in to comment.