Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.0 to 4.0.1 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent adbed02 commit e9fe786
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].0
uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand Down

0 comments on commit e9fe786

Please sign in to comment.