Skip to content

Commit 00a3bb4

Browse files
authored
fix: update actions preview build and preview deploy (#272)
1 parent 4acc850 commit 00a3bb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: dynamic-forms
2020
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)