Skip to content

Commit d8762d6

Browse files
committed
Fixed warning of actions
1 parent d35a7b1 commit d8762d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
go: ["1.17", "1.18", "1.19", "1.20"]
1010
steps:
1111
- name: Set up Go ${{ matrix.go }}
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1313
with:
1414
go-version: ${{ matrix.go }}
1515
id: go
1616

1717
- name: Check out code into the Go module directory
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Get dependencies
2121
run: |

0 commit comments

Comments
 (0)