We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd6c5b + 2ed6cbc commit b522c24Copy full SHA for b522c24
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@v4
+ uses: actions/checkout@v5
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