Changeset 19561 in josm


Ignore:
Timestamp:
2026-04-11T17:12:03+02:00 (43 hours ago)
Author:
stoecker
Message:

increase checkout action to fix warning

Location:
trunk/.github/workflows
Files:
6 edited

Legend:

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

    r19485 r19561  
    2525    steps:
    2626      - name: Checkout
    27         uses: actions/checkout@v4
     27        uses: actions/checkout@v6
    2828        with:
    2929          fetch-depth: 256
  • trunk/.github/workflows/ant.yml

    r19490 r19561  
    2626    steps:
    2727      - name: Checkout
    28         uses: actions/checkout@v4
     28        uses: actions/checkout@v6
    2929        with:
    3030          fetch-depth: 256
     
    7474    steps:
    7575      - name: Checkout
    76         uses: actions/checkout@v4
     76        uses: actions/checkout@v6
    7777        with:
    7878          fetch-depth: 256
  • trunk/.github/workflows/checkstyle-analysis.yml

    r19058 r19561  
    1515    steps:
    1616    - name: Checkout repository
    17       uses: actions/checkout@v4
     17      uses: actions/checkout@v6
    1818      with:
    1919          fetch-depth: 256
  • trunk/.github/workflows/codeql-analysis.yml

    r19505 r19561  
    2424    steps:
    2525    - name: Checkout repository
    26       uses: actions/checkout@v4
     26      uses: actions/checkout@v6
    2727      with:
    2828          fetch-depth: 256
  • trunk/.github/workflows/pmd-analysis.yml

    r19059 r19561  
    1515    steps:
    1616    - name: Checkout repository
    17       uses: actions/checkout@v4
     17      uses: actions/checkout@v6
    1818      with:
    1919          fetch-depth: 256
  • trunk/.github/workflows/spotbugs-analysis.yml

    r19505 r19561  
    1515    steps:
    1616    - name: Checkout repository
    17       uses: actions/checkout@v4
     17      uses: actions/checkout@v6
    1818      with:
    1919          fetch-depth: 256
Note: See TracChangeset for help on using the changeset viewer.