Skip to content

Commit

Permalink
Merge pull request #173 from DFE-Digital/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
RogerHowellDfE authored Feb 8, 2024
2 parents 420b987 + 87eed24 commit 2be7e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Setup Node.js environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Setup Node.js environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit 2be7e02

Please sign in to comment.