Skip to content

Commit

Permalink
Bumped to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIV5T3R committed Jan 20, 2025
1 parent 9c894da commit 875d53e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/Pipfile') }}
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/Pipfile') }}
Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/Pipfile') }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/Pipfile') }}
Expand Down

0 comments on commit 875d53e

Please sign in to comment.