Skip to content

Commit e17d31c

Browse files
Merge pull request #381 from patternfly/cache-update
fix: Updated cache to v4.
2 parents 1a87011 + a727673 commit e17d31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 18
18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v4
1919
id: yarn-cache
2020
name: Cache npm deps
2121
with:
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-yarn-16-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
2727
- run: yarn install --frozen-lockfile
2828
if: steps.yarn-cache.outputs.cache-hit != 'true'
29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
id: dist
3131
name: Cache dist
3232
with:

0 commit comments

Comments
 (0)