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
parent
commit
05f6ed3329
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/dev.yml
  2. 2
      .github/workflows/make-screenshots.yml
  3. 4
      .github/workflows/release.yml

4
.github/workflows/dev.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

2
.github/workflows/make-screenshots.yml

@ -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

4
.github/workflows/release.yml

@ -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

Loading…
Cancel
Save