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/codeql-analysis.yml

    r18670 r18993  
    2222    steps:
    2323    - name: Checkout repository
    24       uses: actions/checkout@v3
     24      uses: actions/checkout@v4
    2525      with:
    2626          fetch-depth: 256
    2727
    2828    - name: Cache
    29       uses: actions/cache@v3
     29      uses: actions/cache@v4
    3030      with:
    3131        path: |
Note: See TracChangeset for help on using the changeset viewer.