diff --git a/.github/workflows/ant-manual.yml b/.github/workflows/ant-manual.yml index 2088b87..8237c6f 100644 --- a/.github/workflows/ant-manual.yml +++ b/.github/workflows/ant-manual.yml @@ -4,7 +4,7 @@ on: workflow_dispatch jobs: call-workflow: - uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1 + uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 with: java-version: 17 diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index a472501..7d0c9f3 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -21,7 +21,7 @@ jobs: release_needed: ${{ steps.create_release_needed.outputs.release_needed }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: ${{ (github.repository == 'JOSM/MapRoulette' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request') && '0' || '1' }} @@ -44,7 +44,7 @@ jobs: strategy: matrix: josm-revision: ["", "r18877"] - uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1 + uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 with: josm-revision: ${{ matrix.josm-revision }} java-version: 17 diff --git a/.github/workflows/reports.yaml b/.github/workflows/reports.yaml index e96588c..43794f4 100644 --- a/.github/workflows/reports.yaml +++ b/.github/workflows/reports.yaml @@ -10,4 +10,4 @@ permissions: jobs: call-workflow: - uses: JOSM/JOSMPluginAction/.github/workflows/reports.yaml@v1 + uses: JOSM/JOSMPluginAction/.github/workflows/reports.yaml@v2