We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bc223 commit defc58fCopy full SHA for defc58f
3 files changed
.github/workflows/codeql.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
29
30
- name: Setup Go
31
uses: actions/setup-go@v6
.github/workflows/e2e.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Checkout code
22
23
24
- name: Setup go
.github/workflows/publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: Login to GitHub Container Registry
44
uses: docker/login-action@v3
0 commit comments