Skip to content

Commit

Permalink
Merge pull request #1106 from ministryofjustice/renovate-actions-setu…
Browse files Browse the repository at this point in the history
…p-node-4.x

Update actions/setup-node action to v4.0.4
  • Loading branch information
aliuk2012 authored Oct 17, 2024
2 parents cb113bd + b0bc722 commit ee24a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'npm'
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'npm'
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'npm'
Expand All @@ -77,7 +77,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'npm'
Expand Down

0 comments on commit ee24a9c

Please sign in to comment.