Skip to content

Commit

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

Bump actions/setup-node from 3.7.0 to 3.8.0
  • Loading branch information
andysellick authored Aug 15, 2023
2 parents 6136498 + a37c70f commit ba5b8c2
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 @@ -35,7 +35,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 1
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
rubygems: latest
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
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@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: lts/* # use the latest LTS release
cache: yarn
Expand Down

0 comments on commit ba5b8c2

Please sign in to comment.