We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe4726 commit e20a7a4Copy full SHA for e20a7a4
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ${{ matrix.platform }}
25
steps:
26
- name: Install Go
27
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
28
with:
29
go-version: ${{ matrix.go-version }}
30
@@ -34,7 +34,7 @@ jobs:
34
git config --global core.eol lf
35
36
- name: Checkout code
37
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
38
39
fetch-depth: 1
40
0 commit comments