Skip to content

Commit 6dbeeae

Browse files
committed
Try with checkout v2
1 parent ac827e8 commit 6dbeeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v2
1919
with:
20-
fetch-depth: 0
20+
fetch-depth: 0
2121
- name: Set up QEMU
2222
uses: docker/setup-qemu-action@v1
2323
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)