From a3da892532888e5b389fddde95fcec8d75c67706 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 8 Jun 2026 13:06:38 +0200 Subject: [PATCH] dev: bump Alire version to 2.1.1 and setup-alire to @latest (#1942) * dev: bump Alire to 2.1.1 and setup-alire to @latest * Touch libhello --- .github/workflows/build-distros.yml | 6 +++--- .github/workflows/build-native-master.yml | 2 +- .github/workflows/build-native.yml | 6 +++--- .github/workflows/build-ports.yml | 4 ++-- .github/workflows/check-index.yml | 6 +++--- .github/workflows/check-with-script.yml | 4 ++-- .github/workflows/diff-release.yml | 6 +++--- index/li/libhello/libhello-1.0.1.toml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index 5c258538..b5098ce3 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: 2.1.0 + ALR_VERSION: 2.1.1 on: pull_request: @@ -56,14 +56,14 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: toolchain: --disable-assistant # We want to use the external ones in this workflow version: ${{env.ALR_VERSION}} - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: toolchain: --disable-assistant # We want to use the external ones in this workflow branch: master diff --git a/.github/workflows/build-native-master.yml b/.github/workflows/build-native-master.yml index e16ebb73..a36b59ee 100644 --- a/.github/workflows/build-native-master.yml +++ b/.github/workflows/build-native-master.yml @@ -54,7 +54,7 @@ jobs: path: ${{env.CHECKS_REPO}} - name: Set up devel `alr` - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: branch: 'master' diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index a29f6f6f..7309bb37 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: 2.1.0 + ALR_VERSION: 2.1.1 PACMAN: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin\pacman on: @@ -53,14 +53,14 @@ jobs: # 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@v5 + uses: alire-project/setup-alire@latest with: version: ${{env.ALR_VERSION}} # 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@v5 + uses: alire-project/setup-alire@latest with: branch: 'master' diff --git a/.github/workflows/build-ports.yml b/.github/workflows/build-ports.yml index 502a7842..dd0a7a1a 100644 --- a/.github/workflows/build-ports.yml +++ b/.github/workflows/build-ports.yml @@ -9,7 +9,7 @@ name: Build Crate (MacPorts) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.1.0 + ALR_VERSION: 2.1.1 on: pull_request: @@ -50,7 +50,7 @@ jobs: path: ${{env.CHECKS_REPO}} - name: Set up stable `alr` - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: version: ${{env.ALR_VERSION}} diff --git a/.github/workflows/check-index.yml b/.github/workflows/check-index.yml index 291924c7..266cc9d2 100644 --- a/.github/workflows/check-index.yml +++ b/.github/workflows/check-index.yml @@ -1,7 +1,7 @@ name: Check Index env: - ALR_VERSION: 2.1.0 + ALR_VERSION: 2.1.1 on: pull_request @@ -13,13 +13,13 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: version: ${{env.ALR_VERSION}} - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: branch: master diff --git a/.github/workflows/check-with-script.yml b/.github/workflows/check-with-script.yml index bd795f46..be0508c6 100644 --- a/.github/workflows/check-with-script.yml +++ b/.github/workflows/check-with-script.yml @@ -24,7 +24,7 @@ on: env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.1.0 + ALR_VERSION: 2.1.1 jobs: check: @@ -47,7 +47,7 @@ jobs: - name: Set up stable `alr` if: inputs.setup_alr - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: version: ${{env.ALR_VERSION}} diff --git a/.github/workflows/diff-release.yml b/.github/workflows/diff-release.yml index ae067e63..37b8da27 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: 2.1.0 + ALR_VERSION: 2.1.1 on: pull_request: @@ -39,14 +39,14 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: toolchain: --disable-assistant # We don't need the compiler version: ${{env.ALR_VERSION}} - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') - uses: alire-project/setup-alire@v5 + uses: alire-project/setup-alire@latest with: toolchain: --disable-assistant # We don't need the compiler branch: master diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index 2cff43e0..4ef27d03 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git" # We use this crate as a trigger to conveniently test minor changes to # metaprocesses of the CI of the repository itself. -# Last touch: 2026-05-22 17:13 CEST +# Last touch: 2026-06-02 17:13 CEST