From f8706cc9076e42e14a65258868f79e36696ab71c Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Wed, 13 Mar 2024 22:24:34 +0100 Subject: [PATCH] Updated check workflows to use `alr 2.0` --- .github/workflows/build-distros.yml | 2 +- .github/workflows/build-native.yml | 6 +++--- .github/workflows/check-index.yml | 2 +- .github/workflows/diff-release.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index 2ffd3c83..a3282b39 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 1.2.2 + ALR_VERSION: 1.3.0 on: pull_request: diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 2a888f7b..85f31177 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -6,7 +6,7 @@ name: Build Crate (Alire toolchain) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 1.2.2 + ALR_VERSION: 1.3.0 on: pull_request: @@ -45,14 +45,14 @@ jobs: ref: ${{github.base_ref}} path: ${{env.CHECKS_REPO}} - # By default, this sets up the newest indexed native toolchain + # By default, this also sets up the newest indexed native toolchain - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') uses: alire-project/setup-alire@v2 with: version: ${{env.ALR_VERSION}} - # By default, this sets up the newest indexed native toolchain + # By default, this also sets up the newest indexed native toolchain - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') uses: alire-project/setup-alire@v2 diff --git a/.github/workflows/check-index.yml b/.github/workflows/check-index.yml index f4f61746..37c91ffe 100644 --- a/.github/workflows/check-index.yml +++ b/.github/workflows/check-index.yml @@ -10,7 +10,7 @@ jobs: if: contains(github.base_ref, 'stable-') uses: alire-project/setup-alire@v2 with: - version: 1.2.2 + version: 1.3.0 - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') diff --git a/.github/workflows/diff-release.yml b/.github/workflows/diff-release.yml index 9c66b060..8a648208 100644 --- a/.github/workflows/diff-release.yml +++ b/.github/workflows/diff-release.yml @@ -8,7 +8,7 @@ name: Diff release env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 1.2.2 + ALR_VERSION: 1.3.0 on: pull_request: