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