Skip to content

Commit c6e4fca

Browse files
authored
Merge pull request #416 from Yoast/dependabot/github_actions/actions/setup-node-6
GH Actions: Bump actions/setup-node from 4 to 6
2 parents b10b21d + 68e53fa commit c6e4fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# This action also handles the caching of the Yarn dependencies.
6767
# https://github.com/actions/setup-node
6868
- name: Set up node and enable caching of dependencies
69-
uses: actions/setup-node@v4
69+
uses: actions/setup-node@v6
7070
with:
7171
node-version: '14'
7272
cache: 'yarn'

0 commit comments

Comments
 (0)