Browse Source
Update GitHub Action Versions (#1023)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1025/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,7 +12,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3.6.0 |
|
|
|
- uses: actions/checkout@v4.0.0 |
|
|
|
with: |
|
|
|
token: ${{ secrets.WORKFLOW_SECRET }} |
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v3.6.0 |
|
|
|
uses: actions/checkout@v4.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v2.10.0 |
|
|
|
|
|
|
|
- name: Build - BUILD |
|
|
|
uses: docker/build-push-action@v4.1.1 |
|
|
|
uses: docker/build-push-action@v4.2.1 |
|
|
|
with: |
|
|
|
load: true |
|
|
|
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}" |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v3.6.0 |
|
|
|
uses: actions/checkout@v4.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v2.10.0 |
|
|
|
|
|
|
|
- name: Build - BUILD |
|
|
|
uses: docker/build-push-action@v4.1.1 |
|
|
|
uses: docker/build-push-action@v4.2.1 |
|
|
|
with: |
|
|
|
load: true |
|
|
|
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}" |
|
|
|
|