We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2967d72 commit 01928ceCopy full SHA for 01928ce
1 file changed
.github/workflows/ant.yml
@@ -25,7 +25,7 @@ jobs:
25
release_needed: ${{ steps.create_release_needed.outputs.release_needed }}
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
29
with:
30
fetch-depth: ${{ (github.repository == 'JOSM/PicLayer' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request') && '0' || '1' }}
31
0 commit comments