Skip to content

Commit

Permalink
Merge pull request #4248 from alphagov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4.0.4

Bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
MartinJJones authored Oct 2, 2024
2 parents 88c416c + 88bda31 commit 4bdd6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 1
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
rubygems: latest
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
node-version: lts/* # use the latest LTS release
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # Also runs `bundle install`
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand Down

0 comments on commit 4bdd6f8

Please sign in to comment.