We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8c9a13 + 2178328 commit 82eedf9Copy full SHA for 82eedf9
1 file changed
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
timeout-minutes: 30
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-go@v5
16
with:
17
go-version: '1.24.0'
@@ -49,7 +49,7 @@ jobs:
49
50
if: github.ref == 'refs/heads/main'
51
52
53
- name: GCP auth
54
uses: google-github-actions/auth@v2
55
0 commit comments