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 80bd135 + f878080 commit 73ac2feCopy full SHA for 73ac2fe
.github/workflows/docker.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v3
27
28
- name: Checkout code
29
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
30
31
- name: Log in to GitHub Container Registry
32
uses: docker/login-action@v3
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout
18
19
with:
20
fetch-depth: 0
21
0 commit comments