Skip to content

Commit 6a6d489

Browse files
authored
Merge pull request #50 from eapache/update-ci
Update CI action versions
2 parents 309b4a0 + ed5e984 commit 6a6d489

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/golang-ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
strategy:
99
matrix:
1010
go-version:
11-
- 1.13
12-
- 1.18
13-
- 1.22
11+
- '1.13'
12+
- '1.18'
13+
- '1.22'
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222

0 commit comments

Comments
 (0)