Skip to content

Commit

Permalink
Merge pull request alphagov#3550 from alphagov/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-node-4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
colinrotherham authored Feb 12, 2024
2 parents 64820d3 + cd4ecaa commit 6af6fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: build

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
if: steps.build-cache.outputs.cache-hit != 'true'

with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
cache: npm
check-latest: true
Expand Down

0 comments on commit 6af6fbe

Please sign in to comment.