Skip to content

Commit 09c6420

Browse files
Update GitHub Action Versions (#1186)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 887ec3d commit 09c6420

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/dev.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
uses: rlespinasse/github-slug-action@v5.0.0
2323

2424
- name: Prepare - Setup QEMU
25-
uses: docker/setup-qemu-action@v3.2.0
25+
uses: docker/setup-qemu-action@v3.3.0
2626

2727
- name: Prepare - Setup Docker Buildx
28-
uses: docker/setup-buildx-action@v3.7.1
28+
uses: docker/setup-buildx-action@v3.8.0
2929

3030
- name: Prepare - Setup Node
31-
uses: actions/setup-node@v4.1.0
31+
uses: actions/setup-node@v4.2.0
3232
with:
3333
node-version: 18
3434

3535
- name: Build - BUILD
36-
uses: docker/build-push-action@v6.10.0
36+
uses: docker/build-push-action@v6.13.0
3737
with:
3838
load: true
3939
cache-from: type=gha
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Test - Upload Playwright Artifacts
104104
if: always()
105-
uses: actions/upload-artifact@v4.4.3
105+
uses: actions/upload-artifact@v4.6.0
106106
with:
107107
name: playwright-report
108108
path: tools/e2e/playwright-report/
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Publish - Build & Push for Multi-Platforms
143143
if: github.event_name != 'pull_request'
144-
uses: docker/build-push-action@v6.10.0
144+
uses: docker/build-push-action@v6.13.0
145145
with:
146146
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}"
147147
cache-from: type=gha

.github/workflows/make-screenshots.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
uses: actions/checkout@v4.2.2
1313

1414
- name: Prepare - Setup QEMU
15-
uses: docker/setup-qemu-action@v3.2.0
15+
uses: docker/setup-qemu-action@v3.3.0
1616

1717
- name: Prepare - Setup Docker Buildx
18-
uses: docker/setup-buildx-action@v3.7.1
18+
uses: docker/setup-buildx-action@v3.8.0
1919

2020
- name: Prepare - Setup Node
21-
uses: actions/setup-node@v4.1.0
21+
uses: actions/setup-node@v4.2.0
2222
with:
2323
node-version: 18
2424

2525
- name: Build - BUILD
26-
uses: docker/build-push-action@v6.10.0
26+
uses: docker/build-push-action@v6.13.0
2727
with:
2828
load: true
2929
cache-from: type=gha
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Test - Upload Playwright Artifacts
5252
if: always()
53-
uses: actions/upload-artifact@v4.4.3
53+
uses: actions/upload-artifact@v4.6.0
5454
with:
5555
name: snapshots
5656
path: tools/e2e/snapshots/

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
uses: rlespinasse/github-slug-action@v5.0.0
1818

1919
- name: Prepare - Setup QEMU
20-
uses: docker/setup-qemu-action@v3.2.0
20+
uses: docker/setup-qemu-action@v3.3.0
2121

2222
- name: Prepare - Setup Docker Buildx
23-
uses: docker/setup-buildx-action@v3.7.1
23+
uses: docker/setup-buildx-action@v3.8.0
2424

2525
- name: Prepare - Setup Node
26-
uses: actions/setup-node@v4.1.0
26+
uses: actions/setup-node@v4.2.0
2727
with:
2828
node-version: 18
2929

3030
- name: Build - BUILD
31-
uses: docker/build-push-action@v6.10.0
31+
uses: docker/build-push-action@v6.13.0
3232
with:
3333
load: true
3434
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Test - Upload Playwright Artifacts
100100
if: always()
101-
uses: actions/upload-artifact@v4.4.3
101+
uses: actions/upload-artifact@v4.6.0
102102
with:
103103
name: playwright-report
104104
path: tools/e2e/playwright-report/
@@ -142,7 +142,7 @@ jobs:
142142
password: ${{ secrets.DOCKER_PASSWORD }}
143143

144144
- name: Publish - Build & Push for Multi-Platforms
145-
uses: docker/build-push-action@v6.10.0
145+
uses: docker/build-push-action@v6.13.0
146146
with:
147147
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
148148
cache-from: type=gha
@@ -172,7 +172,7 @@ jobs:
172172
path: ./CHANGELOG.md
173173

174174
- name: Release - Publish Binaries
175-
uses: ncipollo/release-action@v1.14.0
175+
uses: ncipollo/release-action@v1.15.0
176176
with:
177177
allowUpdates: true
178178
artifactErrorsFailBuild: true

0 commit comments

Comments
 (0)