mirror of
https://github.com/valitydev/dominator-proto.git
synced 2024-11-06 02:35:15 +00:00
Update actions/checkout action to v4
This commit is contained in:
parent
41bee978fc
commit
45edafc47c
2
.github/workflows/frontend-pr.yml
vendored
2
.github/workflows/frontend-pr.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
needs: configured
|
||||
if: needs.configured.outputs.exists == 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: valitydev/action-frontend/setup@v1
|
||||
- uses: valitydev/action-setup-thrift@v1.0.2
|
||||
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
||||
|
2
.github/workflows/frontend-publish.yml
vendored
2
.github/workflows/frontend-publish.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
needs: configured
|
||||
if: needs.configured.outputs.exists == 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: valitydev/action-frontend/setup@v1
|
||||
- uses: valitydev/action-setup-thrift@v1.0.2
|
||||
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
||||
|
Loading…
Reference in New Issue
Block a user