Skip to content

Commit db2a55e

Browse files
committed
Upgrade github tests to thredds-test-action v3
1 parent be9e03f commit db2a55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Build and test with Gradle (${{ matrix.java-vendor }} ${{ matrix.java-version }})
15-
uses: Unidata/thredds-test-action@v2
15+
uses: Unidata/thredds-test-action@v3
1616
with:
1717
java-vendor: ${{ matrix.java-vendor }}
1818
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)