Browse Source
Update GitHub Action Versions (#1091)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1092/head
Sebastian Stehle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
4 additions and
4 deletions
-
.github/workflows/check-updates.yml
-
.github/workflows/dev.yml
-
.github/workflows/make-screenshots.yml
-
.github/workflows/release.yml
|
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4.1.4 |
|
|
|
- uses: actions/checkout@v4.1.5 |
|
|
|
with: |
|
|
|
token: ${{ secrets.WORKFLOW_SECRET }} |
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v4.1.4 |
|
|
|
uses: actions/checkout@v4.1.5 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.5.0 |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v4.1.4 |
|
|
|
uses: actions/checkout@v4.1.5 |
|
|
|
|
|
|
|
- name: Prepare - Setup QEMU |
|
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v4.1.4 |
|
|
|
uses: actions/checkout@v4.1.5 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.5.0 |
|
|
|
|