Skip to content

Commit

Permalink
Update action/cache (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Jan 7, 2025
1 parent 1e1943e commit ff9cf7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-build-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
# use node module caching
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-squid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
# use node module caching
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
# use node module caching
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit ff9cf7d

Please sign in to comment.