Changeset 18993 in josm for trunk/.github/workflows/ant.yml


Ignore:
Timestamp:
2024-02-22T16:45:28+01:00 (2 years ago)
Author:
taylor.smock
Message:

Update actions to ones that support node 20 (patch by guylamar2006, see https://github.com/JOSM/josm/pull/136 )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant.yml

    r18906 r18993  
    2525    steps:
    2626      - name: Checkout
    27         uses: actions/checkout@v3
     27        uses: actions/checkout@v4
    2828        with:
    2929          fetch-depth: 256
     
    7575    steps:
    7676      - name: Checkout
    77         uses: actions/checkout@v3
     77        uses: actions/checkout@v4
    7878        with:
    7979          fetch-depth: 256
    8080
    8181      - name: Cache
    82         uses: actions/cache@v3
     82        uses: actions/cache@v4
    8383        with:
    8484          path: |
     
    8888
    8989      - name: Setup Java ${{ matrix.java }}
    90         uses: actions/setup-java@v3
     90        uses: actions/setup-java@v4
    9191        with:
    9292          distribution: 'zulu'
Note: See TracChangeset for help on using the changeset viewer.