From b51b986935e08f0cbde2e58d208dcdec04900218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wawrzyniec=20Urba=C5=84czyk?= Date: Tue, 17 Oct 2023 00:59:52 +0200 Subject: [PATCH] Third-party action bumps. (#8060) --- .github/workflows/changelog.yml | 4 +- .github/workflows/engine-benchmark.yml | 4 +- .github/workflows/gui.yml | 78 +++++++++---------- .github/workflows/promote.yml | 4 +- .github/workflows/release.yml | 44 +++++------ .github/workflows/scala-new.yml | 14 ++-- .github/workflows/shader-tools.yml | 10 +-- .github/workflows/std-libs-benchmark.yml | 4 +- .../src/actions/workflow/definition.rs | 8 +- 9 files changed, 84 insertions(+), 86 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index f019156e8eca..cfa33f73257d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,7 +18,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -40,7 +40,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/.github/workflows/engine-benchmark.yml b/.github/workflows/engine-benchmark.yml index fe1e694e8b55..7f74853b9611 100644 --- a/.github/workflows/engine-benchmark.yml +++ b/.github/workflows/engine-benchmark.yml @@ -20,7 +20,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -42,7 +42,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index e91807060edb..4a6f1a2c7cce 100644 --- a/.github/workflows/gui.yml +++ b/.github/workflows/gui.yml @@ -18,7 +18,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -40,7 +40,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -74,7 +74,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -96,7 +96,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -132,7 +132,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -154,7 +154,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -190,7 +190,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -212,7 +212,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -247,7 +247,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -269,7 +269,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -306,7 +306,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -328,7 +328,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -362,7 +362,7 @@ jobs: - ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }} permissions: @@ -376,7 +376,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -398,7 +398,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -434,7 +434,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -456,7 +456,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -492,7 +492,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -514,7 +514,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -548,7 +548,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -570,7 +570,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -606,7 +606,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -628,7 +628,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -664,7 +664,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -686,7 +686,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -724,7 +724,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -746,7 +746,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -782,7 +782,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -804,7 +804,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -847,7 +847,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -869,7 +869,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -910,7 +910,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -932,7 +932,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -969,7 +969,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -991,7 +991,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -1035,7 +1035,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -1057,7 +1057,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -1095,7 +1095,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -1117,7 +1117,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 81ec7caab13f..6715a13e638e 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -30,7 +30,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -52,7 +52,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2d18114da53..ce6827785dcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -47,7 +47,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -71,7 +71,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -93,7 +93,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -132,7 +132,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -154,7 +154,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -196,7 +196,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -218,7 +218,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -263,7 +263,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -285,7 +285,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -324,7 +324,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -346,7 +346,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -387,7 +387,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -409,7 +409,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -458,7 +458,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -480,7 +480,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -526,7 +526,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -548,7 +548,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -589,7 +589,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -611,7 +611,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -659,7 +659,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -681,7 +681,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/.github/workflows/scala-new.yml b/.github/workflows/scala-new.yml index ca09d16fc50c..83f913f4d0dd 100644 --- a/.github/workflows/scala-new.yml +++ b/.github/workflows/scala-new.yml @@ -15,7 +15,7 @@ jobs: - ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }} permissions: @@ -29,7 +29,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -51,7 +51,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -108,7 +108,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -130,7 +130,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -189,7 +189,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -211,7 +211,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/.github/workflows/shader-tools.yml b/.github/workflows/shader-tools.yml index f928319d7f64..8231bd29276b 100644 --- a/.github/workflows/shader-tools.yml +++ b/.github/workflows/shader-tools.yml @@ -19,7 +19,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -46,7 +46,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -73,7 +73,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -100,7 +100,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive @@ -130,7 +130,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/.github/workflows/std-libs-benchmark.yml b/.github/workflows/std-libs-benchmark.yml index 8a470deaf5b4..1ff01c5d79d3 100644 --- a/.github/workflows/std-libs-benchmark.yml +++ b/.github/workflows/std-libs-benchmark.yml @@ -20,7 +20,7 @@ jobs: steps: - if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') name: Setup conda (GH runners only) - uses: s-weigand/setup-conda@v1.0.6 + uses: s-weigand/setup-conda@v1.2.1 with: update-conda: false conda-channels: anaconda, conda-forge @@ -42,7 +42,7 @@ jobs: run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :" shell: bash - name: Checking out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: clean: false submodules: recursive diff --git a/build/ci_utils/src/actions/workflow/definition.rs b/build/ci_utils/src/actions/workflow/definition.rs index d1f6ebf2dcd6..0a8738bd1b96 100644 --- a/build/ci_utils/src/actions/workflow/definition.rs +++ b/build/ci_utils/src/actions/workflow/definition.rs @@ -50,7 +50,7 @@ pub fn setup_conda() -> Step { // use crate::actions::workflow::definition::step::CondaChannel; Step { name: Some("Setup conda (GH runners only)".into()), - uses: Some("s-weigand/setup-conda@v1.0.6".into()), + uses: Some("s-weigand/setup-conda@v1.2.1".into()), r#if: Some(is_github_hosted()), with: Some(step::Argument::SetupConda { update_conda: Some(false), @@ -122,7 +122,7 @@ pub fn run(run_args: impl AsRef) -> Step { pub fn cancel_workflow_action() -> Step { Step { name: Some("Cancel Previous Runs".into()), - uses: Some("styfle/cancel-workflow-action@0.9.1".into()), + uses: Some("styfle/cancel-workflow-action@0.12.0".into()), with: Some(step::Argument::Other(BTreeMap::from_iter([( "access_token".into(), "${{ github.token }}".into(), @@ -1040,9 +1040,7 @@ pub fn checkout_repo_step_customized(f: impl FnOnce(Step) -> Step) -> Vec }; let actual_checkout = Step { name: Some("Checking out the repository".into()), - // FIXME: Check what is wrong with v3. Seemingly Engine Tests fail because there's only a - // shallow copy of the repo. - uses: Some("actions/checkout@v2".into()), + uses: Some("actions/checkout@v4".into()), with: Some(step::Argument::Checkout { repository: None, clean: Some(false),