We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 480d383 + b0b760a commit b133e95Copy full SHA for b133e95
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
contents: read
14
steps:
15
- name: Check out the repo
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
18
- name: Log in to Docker Hub
19
uses: docker/login-action@v3
.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