update public action versions
This commit is contained in:
Родитель
d607bba4f3
Коммит
cf0b515799
|
@ -6,15 +6,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.5.0
|
||||
with:
|
||||
token: ${{ secrets.SCOPED_PAT }}
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
node-version: "14"
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3.0.11
|
||||
id: npm_cache_id
|
||||
with:
|
||||
path: node_modules
|
||||
|
|
|
@ -8,15 +8,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.5.0
|
||||
with:
|
||||
token: ${{ secrets.SCOPED_PAT }}
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
node-version: "14"
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3.0.11
|
||||
id: npm_cache_id
|
||||
with:
|
||||
path: node_modules
|
||||
|
@ -104,7 +104,7 @@ jobs:
|
|||
ISSUE_JSON="${ISSUE_JSON//$'\r'/'%0D'}"
|
||||
echo "::set-output name=ISSUE::$ISSUE_JSON"
|
||||
rm issue.json
|
||||
- uses: stefanzweifel/git-auto-commit-action@75802d269e7721b5146d08f6063ba3097c55ad2b
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
|
||||
if: ${{ env.GENERATE_RELEASE == 'true' }} && steps.check_first_deploy.outputs.FIRST_DEPLOY == 'true' && steps.branchFilter.outputs.matches == 'true'
|
||||
with:
|
||||
branch: ${{ github.head_ref }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче