Skip to content

Commit e519cac

Browse files
committed
Fix old node version warning
1 parent 75ec7e7 commit e519cac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ant.yml

Lines changed: 2 additions & 2 deletions
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/Mapillary' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request') && '0' || '10' }}
3131

@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
GH_TOKEN: ${{ github.token }}
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v6
6868
with:
6969
fetch-depth: 0
7070
- name: Echo env

0 commit comments

Comments
 (0)