Skip to content

Commit

Permalink
Merge pull request #381 from twisted/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
twm committed Apr 20, 2024
2 parents 8ccd453 + cf80fb9 commit f0c668e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.11'

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key:
Expand All @@ -44,7 +44,7 @@ jobs:
with:
python-version: "3.11"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key:
Expand Down

0 comments on commit f0c668e

Please sign in to comment.