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 48bc8c4 + 270f7f6 commit 0ca3bbfCopy full SHA for 0ca3bbf
2 files changed
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
contents: read
14
steps:
15
- name: Check out the repo
16
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
17
18
- name: Log in to Docker Hub
19
uses: docker/login-action@v4
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: "Checkout"
27
28
with:
29
fetch-depth: 2
30
0 commit comments