We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0393b commit 49172f3Copy full SHA for 49172f3
.github/workflows/ant-test.yml
@@ -43,7 +43,7 @@ jobs:
43
java-version: ${{ matrix.java }}
44
45
- name: Install Ant
46
- uses: JOSM/JOSMPluginAction/actions/setup-ant@v1
+ uses: JOSM/JOSMPluginAction/actions/setup-ant@v2
47
48
- name: Test with Ant
49
run: |
.github/workflows/ant.yml
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
- name: Optimise images
100
if: ${{ runner.os == 'macos' && always() }}
0 commit comments