mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 03:12:50 +02:00
chore(deps): bump actions/setup-node from 3.2.0 to 3.3.0 (#3400)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](17f8bd9264...eeb10cff27
)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d79a78d80b
commit
bdad4b3e45
2 changed files with 5 additions and 5 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3
|
||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
|
|
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3
|
||||
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3
|
||||
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3
|
||||
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
|
@ -171,7 +171,7 @@ jobs:
|
|||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3
|
||||
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue