Fix: update workflows to use alr 2.0

This commit is contained in:
Alejandro R. Mosteo
2024-03-13 22:30:35 +01:00
parent f8706cc907
commit fbd2c3351e
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain)
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.3.0
ALR_VERSION: 2.0.0
on:
pull_request:
+1 -1
View File
@@ -6,7 +6,7 @@ name: Build Crate (Alire toolchain)
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.3.0
ALR_VERSION: 2.0.0
on:
pull_request:
+6 -1
View File
@@ -1,5 +1,10 @@
name: Check Index
env:
ALR_VERSION: 2.0.0
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
@@ -10,7 +15,7 @@ jobs:
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@v2
with:
version: 1.3.0
version: ${{env.ALR_VERSION}}
- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
+1 -1
View File
@@ -8,7 +8,7 @@ name: Diff release
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.3.0
ALR_VERSION: 2.0.0
on:
pull_request: