Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.2 to 4.0.3 (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 4d85e15 commit 7dc0dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yq-version: v4.25.3

- name: Use NodeJS
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]

- name: Use NodeJS
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand All @@ -74,7 +74,7 @@ jobs:
uses: actions/[email protected]

- name: Use NodeJS
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand Down

0 comments on commit 7dc0dc5

Please sign in to comment.