Updates to github actions (#6358)

This commit is contained in:
Vitor K 2023-04-06 09:34:35 -03:00 committed by GitHub
parent 9c81dc0dd8
commit 8b93db0841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 70 additions and 200 deletions

View file

@ -24,7 +24,7 @@ jobs:
name: Pre-checkout
with:
submodules: false
- uses: actions/github-script@v5
- uses: actions/github-script@v6
id: check-changes
name: 'Check for new changes'
env:
@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
submodules: true
token: ${{ secrets.ALT_GITHUB_TOKEN }}
- uses: actions/github-script@v5
- uses: actions/github-script@v6
name: 'Update and tag new commits'
if: ${{ steps.check-changes.outputs.result == 'true' }}
env:
@ -66,7 +66,7 @@ jobs:
name: Pre-checkout
with:
submodules: false
- uses: actions/github-script@v5
- uses: actions/github-script@v6
id: check-changes
name: 'Check for new changes'
env:
@ -87,7 +87,7 @@ jobs:
fetch-depth: 0
submodules: true
token: ${{ secrets.ALT_GITHUB_TOKEN }}
- uses: actions/github-script@v5
- uses: actions/github-script@v6
name: 'Check and merge canary changes'
if: ${{ steps.check-changes.outputs.result == 'true' }}
env: