Skip to content

Commit 5c9c27f

Browse files
⬆️ Bump the actions group (#115)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2bffbc commit 5c9c27f

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
@@ -12,7 +12,7 @@ runs:
1212
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1313
shell: bash
1414

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

0 commit comments

Comments
 (0)