diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca653c50..9b6a26f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - editor steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Caveat - Currently we use the ubuntu readme as we do not have a catch-all readme (yet?) - run: | echo "SHORT_DESCRIPTION=$(cat ./images/ubuntu/${{ matrix.imageType }}/100-characters-dockerhub-description.txt)" >> $GITHUB_ENV diff --git a/.github/workflows/new-ubuntu-base-image-requested.yml b/.github/workflows/new-ubuntu-base-image-requested.yml index 05d54a61..4dd2e827 100644 --- a/.github/workflows/new-ubuntu-base-image-requested.yml +++ b/.github/workflows/new-ubuntu-base-image-requested.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-ubuntu-hub-image-requested.yml b/.github/workflows/new-ubuntu-hub-image-requested.yml index 2e0458e1..c68d2b20 100644 --- a/.github/workflows/new-ubuntu-hub-image-requested.yml +++ b/.github/workflows/new-ubuntu-hub-image-requested.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-ubuntu-legacy-editor-image-requested.yml b/.github/workflows/new-ubuntu-legacy-editor-image-requested.yml index afc868c6..58d81b35 100644 --- a/.github/workflows/new-ubuntu-legacy-editor-image-requested.yml +++ b/.github/workflows/new-ubuntu-legacy-editor-image-requested.yml @@ -27,7 +27,7 @@ jobs: - webgl steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-ubuntu-post-2019-2-editor-image-requested.yml b/.github/workflows/new-ubuntu-post-2019-2-editor-image-requested.yml index 278a2ead..ca137f5a 100644 --- a/.github/workflows/new-ubuntu-post-2019-2-editor-image-requested.yml +++ b/.github/workflows/new-ubuntu-post-2019-2-editor-image-requested.yml @@ -27,7 +27,7 @@ jobs: - webgl steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-windows-base-image-requested.yml b/.github/workflows/new-windows-base-image-requested.yml index 57c98ff5..17a5ae12 100644 --- a/.github/workflows/new-windows-base-image-requested.yml +++ b/.github/workflows/new-windows-base-image-requested.yml @@ -32,7 +32,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-windows-hub-image-requested.yml b/.github/workflows/new-windows-hub-image-requested.yml index 996418cb..ba05e7f3 100644 --- a/.github/workflows/new-windows-hub-image-requested.yml +++ b/.github/workflows/new-windows-hub-image-requested.yml @@ -32,7 +32,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-windows-legacy-editor-image-requested.yml b/.github/workflows/new-windows-legacy-editor-image-requested.yml index 8f18ff9f..d4f3be74 100644 --- a/.github/workflows/new-windows-legacy-editor-image-requested.yml +++ b/.github/workflows/new-windows-legacy-editor-image-requested.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-windows-post-2019-2-editor-image-requested.yml b/.github/workflows/new-windows-post-2019-2-editor-image-requested.yml index 74c38b2f..4881e12e 100644 --- a/.github/workflows/new-windows-post-2019-2-editor-image-requested.yml +++ b/.github/workflows/new-windows-post-2019-2-editor-image-requested.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/retry-ubuntu-editor-image-requested.yml b/.github/workflows/retry-ubuntu-editor-image-requested.yml index fd81764b..7cddc7fb 100644 --- a/.github/workflows/retry-ubuntu-editor-image-requested.yml +++ b/.github/workflows/retry-ubuntu-editor-image-requested.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 ################# # Variables # ################# diff --git a/.github/workflows/retry-windows-editor-image-requested.yml b/.github/workflows/retry-windows-editor-image-requested.yml index 2c64080c..90170373 100644 --- a/.github/workflows/retry-windows-editor-image-requested.yml +++ b/.github/workflows/retry-windows-editor-image-requested.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 ################# # Variables # ################# diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3bd76be..63dcf4e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: targetPlatform: android steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Report new build uses: ./.github/workflows/actions/report-to-backend with: @@ -146,7 +146,7 @@ jobs: ############# # Setup # ############# - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 with: @@ -190,7 +190,7 @@ jobs: ############# # Setup # ############# - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 ################################## # Build Windows base and hub # @@ -269,7 +269,7 @@ jobs: ############# # Setup # ############# - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 with: @@ -492,7 +492,7 @@ jobs: ############# # Setup # ############# - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 ############################ # Restore base and hub #