diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 9c6522b..69765ea 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -10,8 +10,6 @@ on: branches: - master - $default-branch - schedule: - - cron: "1 5 * * 6" workflow_dispatch: jobs: @@ -19,7 +17,7 @@ jobs: strategy: matrix: josm-revision: ["", "r18877"] - uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1 + uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 with: java-version: 17 josm-revision: ${{ matrix.josm-revision }} 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