diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 0610718ad..14e952f04 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -10,7 +10,7 @@ jobs: check_links: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Restore lychee cache id: restore-cache uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index 2ca1ede84..8131dad3c 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -15,7 +15,7 @@ jobs: name: Format runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: 3.10.4 diff --git a/.github/workflows/reusable_ici.yml b/.github/workflows/reusable_ici.yml index 047967826..6fbd57a25 100644 --- a/.github/workflows/reusable_ici.yml +++ b/.github/workflows/reusable_ici.yml @@ -46,10 +46,10 @@ jobs: steps: - name: Checkout ${{ github.ref_name }} since build is not scheduled if: ${{ github.event_name != 'schedule' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build if: ${{ github.event_name == 'schedule' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.ref_for_scheduled_build }} - run: docker network create --subnet=192.168.56.0/24 ursim_net