Browse Source
Update GitHub Action Versions (#1089)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1091/head
Sebastian Stehle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/dev.yml
-
.github/workflows/release.yml
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
uses: actions/checkout@v4.1.4 |
|
|
uses: actions/checkout@v4.1.4 |
|
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
- name: Prepare - Inject short Variables |
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
uses: rlespinasse/github-slug-action@v4.5.0 |
|
|
|
|
|
|
|
|
- name: Prepare - Setup QEMU |
|
|
- name: Prepare - Setup QEMU |
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
|
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
uses: actions/checkout@v4.1.4 |
|
|
uses: actions/checkout@v4.1.4 |
|
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
- name: Prepare - Inject short Variables |
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
uses: rlespinasse/github-slug-action@v4.5.0 |
|
|
|
|
|
|
|
|
- name: Prepare - Setup QEMU |
|
|
- name: Prepare - Setup QEMU |
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
|