Browse Source
Update GitHub Action Versions (#1019)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1020/head
Sebastian Stehle
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
5 deletions
-
.github/workflows/check-updates.yml
-
.github/workflows/dev.yml
-
.github/workflows/release.yml
|
|
|
@ -12,11 +12,11 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3.5.3 |
|
|
|
- uses: actions/checkout@v3.6.0 |
|
|
|
with: |
|
|
|
token: ${{ secrets.WORKFLOW_SECRET }} |
|
|
|
|
|
|
|
- name: Check for Update |
|
|
|
uses: saadmk11/github-actions-version-updater@v0.7.4 |
|
|
|
uses: saadmk11/github-actions-version-updater@v0.8.1 |
|
|
|
with: |
|
|
|
token: ${{ secrets.WORKFLOW_SECRET }} |
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v3.5.3 |
|
|
|
uses: actions/checkout@v3.6.0 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v3.5.3 |
|
|
|
uses: actions/checkout@v3.6.0 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
|
@ -146,7 +146,7 @@ jobs: |
|
|
|
path: ./CHANGELOG.md |
|
|
|
|
|
|
|
- name: Release - Publish Binaries |
|
|
|
uses: ncipollo/release-action@v1.12.0 |
|
|
|
uses: ncipollo/release-action@v1.13.0 |
|
|
|
with: |
|
|
|
allowUpdates: true |
|
|
|
artifactErrorsFailBuild: true |
|
|
|
|