We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeff79 commit 768c61cCopy full SHA for 768c61c
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/wikipedia' && github.ref_type == 'branch' && github.ref_name == 'main' && github.event_name != 'schedule' && github.event_name != 'pull_request') && '0' || '1' }}
31
0 commit comments