-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Action Versions (#1131)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
83467b7
commit 1c5f2d1
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Prepare - Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
|
||
- name: Prepare - Inject short Variables | ||
uses: rlespinasse/[email protected] | ||
|
@@ -25,15 +25,15 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Prepare - Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
|
||
- name: Prepare - Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
|
||
- name: Build - BUILD | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
load: true | ||
cache-from: type=gha | ||
|
@@ -102,15 +102,15 @@ jobs: | |
|
||
- name: Test - Upload Playwright Artifacts | ||
if: always() | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: playwright-report | ||
path: tools/e2e/playwright-report/ | ||
retention-days: 30 | ||
|
||
- name: Test - Upload Screenshots | ||
if: failure() | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: | | ||
tools/TestSuite/TestSuite.ApiTests/bin/Debug/net8.0/screenshots/ | ||
|
@@ -148,7 +148,7 @@ jobs: | |
|
||
- name: Publish - Build & Push for Multi-Platforms | ||
if: github.event_name != 'pull_request' | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}" | ||
cache-from: type=gha | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,21 +9,21 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Prepare - Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
|
||
- name: Prepare - Setup QEMU | ||
uses: docker/[email protected] | ||
|
||
- name: Prepare - Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
|
||
- name: Prepare - Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
|
||
- name: Build - BUILD | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
load: true | ||
cache-from: type=gha | ||
|
@@ -50,7 +50,7 @@ jobs: | |
|
||
- name: Test - Upload Playwright Artifacts | ||
if: always() | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: snapshots | ||
path: tools/e2e/snapshots/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Prepare - Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
|
||
- name: Prepare - Inject short Variables | ||
uses: rlespinasse/[email protected] | ||
|
@@ -20,15 +20,15 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Prepare - Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
|
||
- name: Prepare - Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
|
||
- name: Build - BUILD | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
load: true | ||
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}" | ||
|
@@ -98,7 +98,7 @@ jobs: | |
|
||
- name: Test - Upload Playwright Artifacts | ||
if: always() | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: playwright-report | ||
path: tools/e2e/playwright-report/ | ||
|
@@ -142,7 +142,7 @@ jobs: | |
password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
||
- name: Publish - Build & Push for Multi-Platforms | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}" | ||
cache-from: type=gha | ||
|