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.
2 parents b19c83c + 1fa40ea commit bf04a64Copy full SHA for bf04a64
.github/workflows/build-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
.github/workflows/dockerhub-description.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Checkout repository
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Setup Go
uses: actions/setup-go@v5
0 commit comments