We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0957953 + a77d236 commit 682e4e6Copy full SHA for 682e4e6
3 files changed
.github/workflows/build-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
with:
27
fetch-depth: 0
28
.github/workflows/dockerhub-description.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Checkout repository
21
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v5
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
- name: Setup Go
uses: actions/setup-go@v6
0 commit comments