Browse Source

Update GitHub Action Versions (#1127)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1128/head
Sebastian Stehle 2 years ago
committed by GitHub
parent
commit
98070378e3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/dev.yml
  2. 2
      .github/workflows/make-screenshots.yml
  3. 2
      .github/workflows/release.yml

2
.github/workflows/dev.yml

@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v3.6.1
- name: Prepare - Setup Node
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: 18

2
.github/workflows/make-screenshots.yml

@ -18,7 +18,7 @@ jobs:
uses: docker/setup-buildx-action@v3.6.1
- name: Prepare - Setup Node
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: 18

2
.github/workflows/release.yml

@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v3.6.1
- name: Prepare - Setup Node
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: 18

Loading…
Cancel
Save