Skip to content

Commit

Permalink
Merge pull request #57 from Kovah/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-3

Bump actions/cache from 2 to 3
  • Loading branch information
Kovah committed Jan 14, 2024
2 parents 3e4ded7 + b41f09c commit ebdf97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit ebdf97e

Please sign in to comment.