Browse Source
Update GitHub Action Versions (#1074)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1076/head
Sebastian Stehle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
9 additions and
9 deletions
-
.github/workflows/dev.yml
-
.github/workflows/make-screenshots.yml
-
.github/workflows/release.yml
|
|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v3.0.0 |
|
|
|
uses: docker/setup-buildx-action@v3.1.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.0.2 |
|
|
|
@ -46,7 +46,7 @@ jobs: |
|
|
|
working-directory: tools/TestSuite |
|
|
|
|
|
|
|
- name: Test - RUN |
|
|
|
uses: kohlerdominik/docker-run-action@v1.1.0 |
|
|
|
uses: kohlerdominik/docker-run-action@v2.0.0 |
|
|
|
with: |
|
|
|
image: squidex/build:8 |
|
|
|
environment: | |
|
|
|
@ -60,7 +60,7 @@ jobs: |
|
|
|
run: dotnet test /src/tools/TestSuite/TestSuite.ApiTests/TestSuite.ApiTests.csproj --filter Category!=NotAutomated |
|
|
|
|
|
|
|
- name: Test - RUN on path |
|
|
|
uses: kohlerdominik/docker-run-action@v1.1.0 |
|
|
|
uses: kohlerdominik/docker-run-action@v2.0.0 |
|
|
|
with: |
|
|
|
image: squidex/build:8 |
|
|
|
environment: | |
|
|
|
@ -74,7 +74,7 @@ jobs: |
|
|
|
run: dotnet test /src/tools/TestSuite/TestSuite.ApiTests/TestSuite.ApiTests.csproj --filter Category!=NotAutomated |
|
|
|
|
|
|
|
- name: Test - RUN with dedicated collections |
|
|
|
uses: kohlerdominik/docker-run-action@v1.1.0 |
|
|
|
uses: kohlerdominik/docker-run-action@v2.0.0 |
|
|
|
with: |
|
|
|
image: squidex/build:8 |
|
|
|
environment: | |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v3.0.0 |
|
|
|
uses: docker/setup-buildx-action@v3.1.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.0.2 |
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
uses: docker/setup-qemu-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v3.0.0 |
|
|
|
uses: docker/setup-buildx-action@v3.1.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.0.2 |
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
working-directory: tools/TestSuite |
|
|
|
|
|
|
|
- name: Test - RUN |
|
|
|
uses: kohlerdominik/docker-run-action@v1.1.0 |
|
|
|
uses: kohlerdominik/docker-run-action@v2.0.0 |
|
|
|
with: |
|
|
|
image: squidex/build:8 |
|
|
|
environment: | |
|
|
|
@ -55,7 +55,7 @@ jobs: |
|
|
|
run: dotnet test /src/tools/TestSuite/TestSuite.ApiTests/TestSuite.ApiTests.csproj --filter Category!=NotAutomated |
|
|
|
|
|
|
|
- name: Test - RUN on path |
|
|
|
uses: kohlerdominik/docker-run-action@v1.1.0 |
|
|
|
uses: kohlerdominik/docker-run-action@v2.0.0 |
|
|
|
with: |
|
|
|
image: squidex/build:8 |
|
|
|
environment: | |
|
|
|
@ -69,7 +69,7 @@ jobs: |
|
|
|
run: dotnet test /src/tools/TestSuite/TestSuite.ApiTests/TestSuite.ApiTests.csproj --filter Category!=NotAutomated |
|
|
|
|
|
|
|
- name: Test - RUN with dedicated collections |
|
|
|
uses: kohlerdominik/docker-run-action@v1.1.0 |
|
|
|
uses: kohlerdominik/docker-run-action@v2.0.0 |
|
|
|
with: |
|
|
|
image: squidex/build:8 |
|
|
|
environment: | |
|
|
|
|