Skip to content

Commit

Permalink
Update GitHub Action Versions (#1127)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SebastianStehle and github-actions[bot] authored Sep 22, 2024
1 parent 1c70f9d commit 9807037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/[email protected]

- name: Prepare - Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/[email protected]

- name: Prepare - Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/[email protected]

- name: Prepare - Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18

Expand Down

0 comments on commit 9807037

Please sign in to comment.