Skip to content

Commit

Permalink
Merge pull request #526 from Terralego/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
submarcos authored Jan 22, 2024
2 parents abba5f5 + 492982d commit 4b02b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Cache admin
id: cache-admin
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./admin/build
key: admin-${{ env.ADMIN_CACHE_KEY }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Cache front
id: cache-front
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./front/build
key: front-${{ env.FRONT_CACHE_KEY }}
Expand Down

0 comments on commit 4b02b90

Please sign in to comment.