Browse Source
Update GitHub Action Versions (#1214)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1215/head
Sebastian Stehle
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
5 additions and
5 deletions
-
.github/workflows/dev.yml
-
.github/workflows/make-screenshots.yml
-
.github/workflows/release.yml
|
|
|
@ -60,7 +60,7 @@ jobs: |
|
|
|
dotnet-version: 8.0.x |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.3.0 |
|
|
|
uses: actions/setup-node@v4.4.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -161,7 +161,7 @@ jobs: |
|
|
|
dotnet-version: 8.0.x |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.3.0 |
|
|
|
uses: actions/setup-node@v4.4.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v3.10.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.3.0 |
|
|
|
uses: actions/setup-node@v4.4.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ jobs: |
|
|
|
dotnet-version: 8.0.x |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.3.0 |
|
|
|
uses: actions/setup-node@v4.4.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -156,7 +156,7 @@ jobs: |
|
|
|
dotnet-version: 8.0.x |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v4.3.0 |
|
|
|
uses: actions/setup-node@v4.4.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
|