Skip to content

Commit

Permalink
Merge pull request #463 from scurker/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
scurker authored Jan 17, 2024
2 parents a6d038f + 39733a8 commit 9f026f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- 16
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: node-cache
with:
path: ~/.npm
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: node-cache
with:
path: ~/.npm
Expand All @@ -58,7 +58,7 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: node-cache
with:
path: ~/.npm
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: node-cache
with:
path: ~/.npm
Expand Down

0 comments on commit 9f026f0

Please sign in to comment.