Skip to content

Commit fbd3f10

Browse files
committed
Use v2 JOSMPluginAction scripts
Signed-off-by: Taylor Smock <[email protected]>
1 parent faa031e commit fbd3f10

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ on:
1010
branches:
1111
- master
1212
- $default-branch
13-
schedule:
14-
- cron: "1 5 * * 6"
1513
workflow_dispatch:
1614

1715
jobs:
1816
call-workflow:
1917
strategy:
2018
matrix:
2119
josm-revision: ["", "r18877"]
22-
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1
20+
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2
2321
with:
2422
java-version: 17
2523
josm-revision: ${{ matrix.josm-revision }}

.github/workflows/reports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ permissions:
1010

1111
jobs:
1212
call-workflow:
13-
uses: JOSM/JOSMPluginAction/.github/workflows/reports.yaml@v1
13+
uses: JOSM/JOSMPluginAction/.github/workflows/reports.yaml@v2

0 commit comments

Comments
 (0)