We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024aa94 commit caa3906Copy full SHA for caa3906
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/test.yml
@@ -5,10 +5,10 @@ jobs:
5
runs-on: ubuntu-latest
6
7
- name: Install Go
8
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
9
with:
10
go-version: 1.17
11
- name: Checkout code
12
13
- name: Test
14
run: go test ./...
0 commit comments