Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Commit 5998e41

Browse files
chore(deps): Update actions (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c75dfd7 commit 5998e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v5
5050

5151
- name: Set up Node
52-
uses: actions/setup-node@v4
52+
uses: actions/setup-node@v5
5353
with:
5454
node-version: "22"
5555

@@ -58,7 +58,7 @@ jobs:
5858
run: echo "version=$(sed -ne '/^toolchain /s/^toolchain go//p' go.mod)" >> "$GITHUB_OUTPUT"
5959

6060
- name: Set up Go
61-
uses: actions/setup-go@v5
61+
uses: actions/setup-go@v6
6262
with:
6363
go-version: ${{ steps.toolchain.outputs.version }}
6464

0 commit comments

Comments
 (0)