Skip to content

Commit e20a7a4

Browse files
authored
ci: update GitHub actions
1 parent bbe4726 commit e20a7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.platform }}
2525
steps:
2626
- name: Install Go
27-
uses: actions/setup-go@v5
27+
uses: actions/setup-go@v6
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030

@@ -34,7 +34,7 @@ jobs:
3434
git config --global core.eol lf
3535
3636
- name: Checkout code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 1
4040

0 commit comments

Comments
 (0)