We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a99c70e + baac69f commit 09fa392Copy full SHA for 09fa392
1 file changed
.github/workflows/build_image.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout Repo
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
with:
30
fetch-depth: 0 # Fetch the whole repo history
31
0 commit comments