Skip to content

Commit

Permalink
Merge pull request #370 from twisted/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3
  • Loading branch information
dependabot[bot] committed May 3, 2023
2 parents e14ff2d + e000b6b commit 773256b
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.8'

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key:
Expand All @@ -42,7 +42,7 @@ jobs:
with:
python-version: "3.8"

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

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

0 comments on commit 773256b

Please sign in to comment.