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.
2 parents e849dde + 4b34ee6 commit 38da6c3Copy full SHA for 38da6c3
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
34
with:
35
# We must fetch at least the immediate parents so that if this is
36
# a pull request then we can checkout the head.
.github/workflows/linters.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
- name: Check out code
11
12
13
- name: Set up Go
14
uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
0 commit comments