Skip to content

Commit

Permalink
Merge pull request #57 from dimaslanjaka/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
dimaslanjaka authored Feb 6, 2024
2 parents be2dda1 + 355138f commit 7ae12c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Enable corepack
run: corepack enable

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Enable corepack
run: corepack enable

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |
Expand Down

0 comments on commit 7ae12c9

Please sign in to comment.