Skip to content

Commit 9c0a937

Browse files
authored
ci: fix preview workflows (#579)
1 parent 2926d71 commit 9c0a937

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Setup Node
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: 18
1818
cache: npm

.github/workflows/pr-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
name: Build
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: gravity-ui/preview-build-action@v1
11+
- uses: gravity-ui/preview-build-action@v2
1212
with:
1313
node-version: 18

.github/workflows/pr-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.event.workflow_run.conclusion == 'success'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: gravity-ui/preview-deploy-action@v1
17+
- uses: gravity-ui/preview-deploy-action@v2
1818
with:
1919
project: md-editor
2020
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)