Skip to content

Commit 49172f3

Browse files
committed
Update setup-ant action to v2 due to node16 deprecation
Signed-off-by: Taylor Smock <[email protected]>
1 parent fa0393b commit 49172f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ant-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java-version: ${{ matrix.java }}
4444

4545
- name: Install Ant
46-
uses: JOSM/JOSMPluginAction/actions/setup-ant@v1
46+
uses: JOSM/JOSMPluginAction/actions/setup-ant@v2
4747

4848
- name: Test with Ant
4949
run: |

.github/workflows/ant.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
java-version: ${{ matrix.java }}
9595

9696
- name: Install Ant
97-
uses: JOSM/JOSMPluginAction/actions/setup-ant@v1
97+
uses: JOSM/JOSMPluginAction/actions/setup-ant@v2
9898

9999
- name: Optimise images
100100
if: ${{ runner.os == 'macos' && always() }}

0 commit comments

Comments
 (0)