Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3.8.2 (#3710)
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 Oct 23, 2023
1 parent 408a5ff commit 728d266
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 @@ -45,7 +45,7 @@ jobs:
working-directory: frontend
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version-file: frontend/.node-version
cache: npm
Expand Down Expand Up @@ -214,15 +214,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].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: frontend/.node-version
Expand All @@ -232,7 +232,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npm install
working-directory: frontend
- uses: actions/[email protected].1
- uses: actions/[email protected].2
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: test/e2e/.node-version
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
working-directory: frontend
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version-file: frontend/.node-version
cache: npm
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
HEAD_REF: ${{github.head_ref}}
if: ${{ github.event_name == 'pull_request' }}
- run: bash "${GITHUB_WORKSPACE}/scripts/release/run_docker_compose.sh"
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version-file: test/e2e/.node-version
cache: npm
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
HEAD_REF: ${{github.head_ref}}
if: ${{ github.event_name == 'pull_request' }}
- run: bash "${GITHUB_WORKSPACE}/scripts/release/run_docker_compose.sh"
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version-file: test/e2e/.node-version
cache: npm
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version-file: test/e2e/.node-version
cache: npm
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
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 @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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 @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: .node-version
Expand Down

0 comments on commit 728d266

Please sign in to comment.