Skip to content

Commit

Permalink
Merge pull request #19 from LayerTwo-Labs/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
psztorc authored Apr 12, 2024
2 parents 770fec3 + cac391d commit 767e7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./depends
key: ${{ runner.os }}-${{ hashFiles('depends/packages/**') }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./depends
key: Windows-${{ hashFiles('depends/packages/**') }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./depends
key: ${{ runner.os }}-${{ hashFiles('depends/packages/**') }}
Expand Down

0 comments on commit 767e7a8

Please sign in to comment.