Skip to content

Commit

Permalink
Merge pull request #6 from PescadoGames/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

chore(deps): Bump actions/cache from 3 to 4
  • Loading branch information
Awayume authored Mar 4, 2024
2 parents 4dc2afe + 6eec946 commit 6eb4d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ./.mypy_cache
key: mypy-${{ github.sha }}
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ./.pytest_cache
key: pytest-${{ github.sha }}
Expand Down

0 comments on commit 6eb4d74

Please sign in to comment.