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.
1 parent bba7e7d commit 022c47bCopy full SHA for 022c47b
1 file changed
.github/workflows/docker.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix: ${{ steps.get-versions.outputs.result }}
24
steps:
25
- name: Checkout to repository
26
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
27
- name: Get dependency versions
28
uses: mikefarah/yq@v4.53.3
29
id: get-versions
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Checkout
43
44
with:
45
fetch-depth: 0
46
0 commit comments