Skip to content

Commit 01928ce

Browse files
committed
Fix old node version warning
1 parent 2967d72 commit 01928ce

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
@@ -25,7 +25,7 @@ jobs:
2525
release_needed: ${{ steps.create_release_needed.outputs.release_needed }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
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' }}
3131

0 commit comments

Comments
 (0)