Skip to content

Commit

Permalink
fix(renovate): Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Nov 28, 2023
1 parent fbecd0e commit 4280ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Set up build environment
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Set up build environment
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
persist-credentials: false
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: '18'
- run: yarn --frozen-lockfile
Expand Down

0 comments on commit 4280ce8

Please sign in to comment.