Ignore:
Timestamp:
2023-02-20T22:41:26+01:00 (21 months ago)
Author:
taylor.smock
Message:

Fix #22753: Fix GitHub Actions

This uses actions from https://github.com/JOSM/JOSMPluginAction, updates
other external actions and fixes many deprecation warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/spotbugs-analysis.yml

    r18064 r18670  
    1515    steps:
    1616    - name: Checkout repository
    17       uses: actions/checkout@v2
     17      uses: actions/checkout@v3
    1818      with:
    1919          fetch-depth: 256
    2020
    2121    - name: Cache
    22       uses: actions/cache@v2.0.0
     22      uses: actions/cache@v3
    2323      with:
    2424        path: |
     
    3232
    3333    - name: Upload report
    34       uses: actions/upload-artifact@v2
     34      uses: actions/upload-artifact@v3
    3535      with:
    3636        path: spotbugs-josm.xml
Note: See TracChangeset for help on using the changeset viewer.