Skip to content

Commit d797992

Browse files
chore(deps): update all actions (#294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b016f7 commit d797992

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/docker-proxy-apache-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: docker compose -f "./docker/apache-verdaccio/docker-compose.yaml" up -d --build
2626

2727
- name: Install node
28-
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
28+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2929
with:
3030
node-version: 18
3131
- name: verdaccio cli

.github/workflows/docker-proxy-nginx-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: docker compose -f "./docker/proxy-nginx/docker-compose.yaml" up -d --build
2525

2626
- name: Install node
27-
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
27+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2828
with:
2929
node-version: 18
3030
- name: npm setup

.github/workflows/e2e-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2323
- name: Use Node
24-
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
24+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2525
with:
2626
node-version-file: '.nvmrc'
2727
- name: corepack
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install
4141
run: pnpm install
4242
- name: Cache .pnpm-store
43-
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
43+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
4444
with:
4545
path: ~/.pnpm-store
4646
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@@ -49,7 +49,7 @@ jobs:
4949
- name: build
5050
run: pnpm build
5151
- name: Cache tools
52-
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
52+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
5353
id: cache-tools
5454
with:
5555
path: ./tools/
@@ -67,14 +67,14 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
70-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
70+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
7171
with:
7272
node-version: ${{ matrix.node }}
7373
- name: corepack
7474
run: corepack enable
7575
- name: pnpm enable
7676
run: corepack prepare pnpm@latest-8 --activate
77-
- uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
77+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
7878
with:
7979
path: ~/.pnpm-store
8080
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@@ -85,7 +85,7 @@ jobs:
8585
run: npm config set registry https://rg.verdaccio.org
8686
- name: Install
8787
run: pnpm install --frozen-lockfile
88-
- uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
88+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
8989
with:
9090
path: ./tools/
9191
key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}

.github/workflows/e2e-ui-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
run: docker compose -f "./docker/docker-e2e-ui/docker-compose.yaml" up -d --build
2121

2222
- name: Install node
23-
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
23+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2424
with:
2525
node-version: 18
2626

2727
- name: Node
28-
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
28+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2929
with:
3030
node-version-file: '.nvmrc'
3131

.github/workflows/smok-test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
14+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1515
with:
1616
node-version: 18
1717
- name: Docker test

.github/workflows/update-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2222
- name: Use Node
23-
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
23+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2424
with:
2525
node-version-file: '.nvmrc'
2626
- name: corepack

0 commit comments

Comments
 (0)