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 bcd04e7 commit fa97c41Copy full SHA for fa97c41
.github/workflows/codeql-analysis.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
44
45
- name: Set up go
46
uses: actions/[email protected]
.github/workflows/dockerfiles.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Lint ${{ matrix.dockerfile }}
29
30
- name: Checkout
31
32
with:
33
fetch-depth: 0
34
.github/workflows/go.yml
@@ -47,7 +47,7 @@ jobs:
47
name: Build
48
49
50
51
52
53
0 commit comments