Skip to content

Commit

Permalink
bump github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyd-eth committed Mar 4, 2025
1 parent 91b0185 commit 331b74e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# - uses: actions/setup-node@v3
# with:
# node-version: 20
# - 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 331b74e

Please sign in to comment.