We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c627020 + 426d0a0 commit 4a66e2aCopy full SHA for 4a66e2a
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
EOF
16
17
- name: Check out repository code
18
- uses: actions/checkout@v4.2.0
+ uses: actions/checkout@v4.2.1
19
20
- name: Install Golang
21
uses: actions/setup-go@v5.0.2
.github/workflows/master-build.yaml
@@ -19,7 +19,7 @@ jobs:
22
23
24
- name: Log in to GHCR.io
25
uses: docker/login-action@v3.3.0
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
with:
0 commit comments