Changeset 18993 in josm for trunk/.github/workflows/ant.yml
- Timestamp:
- 2024-02-22T16:45:28+01:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/ant.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r18906 r18993 25 25 steps: 26 26 - name: Checkout 27 uses: actions/checkout@v 327 uses: actions/checkout@v4 28 28 with: 29 29 fetch-depth: 256 … … 75 75 steps: 76 76 - name: Checkout 77 uses: actions/checkout@v 377 uses: actions/checkout@v4 78 78 with: 79 79 fetch-depth: 256 80 80 81 81 - name: Cache 82 uses: actions/cache@v 382 uses: actions/cache@v4 83 83 with: 84 84 path: | … … 88 88 89 89 - name: Setup Java ${{ matrix.java }} 90 uses: actions/setup-java@v 390 uses: actions/setup-java@v4 91 91 with: 92 92 distribution: 'zulu'
Note:
See TracChangeset
for help on using the changeset viewer.
