Skip to content

Commit 6b8079f

Browse files
authored
Merge pull request #326 from alphagov/dependabot/github_actions/actions/setup-node-4.0.4
Bump actions/setup-node from 4.0.3 to 4.0.4
2 parents 5172f21 + e86b4dc commit 6b8079f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
32-
- uses: actions/setup-node@v4.0.3
32+
- uses: actions/setup-node@v4.0.4
3333
with:
3434
node-version: lts/* # use the latest LTS release
3535
cache: yarn

0 commit comments

Comments
 (0)