Skip to content

Commit

Permalink
chore: bump the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/workflows/run-test with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [hashicorp/vault-action](https://github.com/hashicorp/vault-action).


Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

Updates `hashicorp/vault-action` from 2.5.0 to 2.7.4
- [Release notes](https://github.com/hashicorp/vault-action/releases)
- [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault-action@v2.5.0...v2.7.4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: hashicorp/vault-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent b658590 commit b4680c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Pull and build docker infra
run: './.ci/scripts/pull_and_build.sh'
shell: bash
- uses: hashicorp/vault-action@v2.5.0
- uses: hashicorp/vault-action@v2.7.4
if: |
(inputs.mode == 'saucelabs')
&& (inputs.vault-url != null && inputs.vault-url != '')
Expand Down

0 comments on commit b4680c2

Please sign in to comment.