There was an error while loading. Please reload this page.
1 parent 75ec7e7 commit e519cacCopy full SHA for e519cac
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/Mapillary' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request') && '0' || '10' }}
31
@@ -64,7 +64,7 @@ jobs:
64
env:
65
GH_TOKEN: ${{ github.token }}
66
67
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
68
69
fetch-depth: 0
70
- name: Echo env
0 commit comments