Skip to content

Commit 841fe58

Browse files
committed
build workflow: upgrade checkout@v4, setup-go@v5
1 parent 3f598c3 commit 841fe58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-go@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-go@v5
1919
with:
2020
go-version: '>=1.19'
2121
check-latest: true

0 commit comments

Comments
 (0)