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 25a43cd commit edd6aed
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 @@ -19,7 +19,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 @@ -43,7 +43,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 @@ -67,7 +67,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 @@ -105,7 +105,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 edd6aed

Please sign in to comment.