Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.1 to 4.0.2 (#240)
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 Feb 12, 2024
1 parent fdf834e commit 51e41db
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/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Use NodeJS
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand All @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Use NodeJS
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand Down

0 comments on commit 51e41db

Please sign in to comment.