We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eec042 + bffa8c9 commit 3560d43Copy full SHA for 3560d43
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
go: [ '1.16', '1.17' ]
16
name: Go ${{ matrix.go }} test
17
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
- name: Setup go
20
uses: actions/setup-go@v5
21
with:
0 commit comments