Skip to content

Commit ea12d63

Browse files
⬆️ Bump actions/cache (#176)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a0e267 commit ea12d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1414
shell: bash
1515

16-
- uses: actions/cache@v4
16+
- uses: actions/cache@v5
1717
with:
1818
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
1919
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)