Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit f74edb8

Browse files
committed
chore: update actions
1 parent 04aa2a3 commit f74edb8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
run:
5555
working-directory: examples/${{ matrix.project }}
5656
steps:
57-
- uses: actions/checkout@v2
58-
- uses: actions/setup-node@v2
57+
- uses: actions/checkout@v3
58+
- uses: actions/setup-node@v3
5959
with:
6060
node-version: lts/*
6161
- run: npm install && npx -y playwright install-deps
62-
- uses: GabrielBB/xvfb-action@v1
62+
- uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d # https://github.com/GabrielBB/xvfb-action/releases/tag/v1.6
6363
name: Run tests
6464
with:
6565
run: npm test
@@ -69,13 +69,13 @@ jobs:
6969
runs-on: ubuntu-latest
7070
name: Test monorepo
7171
steps:
72-
- uses: actions/checkout@v2
73-
- uses: actions/setup-node@v2
72+
- uses: actions/checkout@v3
73+
- uses: actions/setup-node@v3
7474
with:
7575
node-version: lts/*
7676
- name: Install dependencies
7777
run: npm install && npx -y playwright install-deps
78-
- uses: GabrielBB/xvfb-action@v1
78+
- uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d # https://github.com/GabrielBB/xvfb-action/releases/tag/v1.6
7979
name: Run test:examples
8080
with:
8181
run: npm run test:examples

0 commit comments

Comments
 (0)