Skip to content

Commit

Permalink
Merge pull request #1026 from sanger/y25-011-bump-cache
Browse files Browse the repository at this point in the history
Y25-011 - Bump actions/cache to v4
  • Loading branch information
SHIV5T3R authored Jan 20, 2025
2 parents 9c894da + 875d53e commit 9733b23
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 9733b23

Please sign in to comment.