Skip to content

Commit

Permalink
Update setup-ant action to v2 due to node16 deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Apr 2, 2024
1 parent fa0393b commit 49172f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ant-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: Install Ant
uses: JOSM/JOSMPluginAction/actions/setup-ant@v1
uses: JOSM/JOSMPluginAction/actions/setup-ant@v2

- name: Test with Ant
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: Install Ant
uses: JOSM/JOSMPluginAction/actions/setup-ant@v1
uses: JOSM/JOSMPluginAction/actions/setup-ant@v2

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

0 comments on commit 49172f3

Please sign in to comment.