Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.0.1 (#3857)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 0a546e2 commit 559da28
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: frontend
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: frontend/.node-version
cache: npm
Expand Down Expand Up @@ -215,15 +215,15 @@ jobs:
NODE_VERSION: ${{steps.get_node_version.outputs.node_version}}
NPM_VERSION: ${{steps.get_node_version.outputs.npm_version}}
run: bash "${GITHUB_WORKSPACE}/scripts/release/update_package/update_versions.sh"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: .node-version
cache: npm
- name: Update packages (.)
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npm install
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: frontend/.node-version
Expand All @@ -233,7 +233,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npm install
working-directory: frontend
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: test/e2e/.node-version
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
working-directory: frontend
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: frontend/.node-version
cache: npm
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
HEAD_REF: ${{github.head_ref || github.event.merge_group.head_ref}}
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
- run: bash "${GITHUB_WORKSPACE}/scripts/release/run_docker_compose.sh"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: test/e2e/.node-version
cache: npm
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
HEAD_REF: ${{github.head_ref || github.event.merge_group.head_ref}}
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
- run: bash "${GITHUB_WORKSPACE}/scripts/release/run_docker_compose.sh"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: test/e2e/.node-version
cache: npm
Expand Down Expand Up @@ -470,7 +470,7 @@ jobs:
include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: test/e2e/.node-version
cache: npm
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: test/e2e/.node-version
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resource-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: frontend/.node-version
Expand All @@ -44,7 +44,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: test/e2e/.node-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: .node-version
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: .node-version
Expand Down

0 comments on commit 559da28

Please sign in to comment.