Skip to content

Commit 0bb295a

Browse files
committed
ci: update the versions of the actions
1 parent 20748ee commit 0bb295a

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
@@ -28,14 +28,14 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Install Go
31-
uses: actions/setup-go@v2
31+
uses: actions/setup-go@v4
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434
- name: Checkout code
3535
uses: actions/checkout@v3
3636

3737
- name: setup node
38-
uses: actions/setup-node@v2
38+
uses: actions/setup-node@v3
3939
with:
4040
node-version: 18
4141

0 commit comments

Comments
 (0)