Skip to content

Commit eee4628

Browse files
committed
Fix old node version warning
1 parent 6496c8a commit eee4628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
release_needed: ${{ steps.create_release_needed.outputs.release_needed }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: ${{ (github.repository == 'JOSM/changeset-viewer' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request') && '0' || '1' }}
3232

0 commit comments

Comments
 (0)