Skip to content

Commit 1a57b0b

Browse files
authored
chore: update github actions (#165)
1 parent e897f50 commit 1a57b0b

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

0 commit comments

Comments
 (0)