Skip to content

Commit

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

Bump actions/cache from 3 to 4
  • Loading branch information
justalemon authored Jan 29, 2024
2 parents a8c4f3b + 24bc35a commit 3bdcb24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: 16
cache: pnpm
- uses: actions/cache@v3
- uses: actions/cache@v4
env:
cache-name: cache-build
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- test
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
env:
cache-name: cache-build
with:
Expand All @@ -86,7 +86,7 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/cache@v3
- uses: actions/cache@v4
env:
cache-name: cache-build
with:
Expand Down

0 comments on commit 3bdcb24

Please sign in to comment.