diff --git a/.github/workflows/authorship.yml b/.github/workflows/authorship.yml index dbd1feca..17e9e4f1 100644 --- a/.github/workflows/authorship.yml +++ b/.github/workflows/authorship.yml @@ -13,7 +13,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to be able to diff and obtain changed files. Furthermore, we @@ -21,7 +21,7 @@ jobs: # changed files detectors. - name: Check out alire-index-checks - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}} ref: ${{github.base_ref}} diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index 8a9ba3ac..d558ba6c 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Check out alire-index - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to be able to diff and obtain changed files. Furthermore, we @@ -46,7 +46,7 @@ jobs: # check-author action). - name: Check out alire-index-checks - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}} ref: ${{github.base_ref}} diff --git a/.github/workflows/build-native-master.yml b/.github/workflows/build-native-master.yml index 3312b027..28aa4949 100644 --- a/.github/workflows/build-native-master.yml +++ b/.github/workflows/build-native-master.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out alire-index - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to be able to diff and obtain changed files. Furthermore, we @@ -45,7 +45,7 @@ jobs: # check-author action). - name: Check out alire-index-checks - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}} ref: ${{github.base_ref}} diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index e3d9fd9a..03c7a0f2 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Check out alire-index - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to be able to diff and obtain changed files. Furthermore, we @@ -42,7 +42,7 @@ jobs: # check-author action). - name: Check out alire-index-checks - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}} ref: ${{github.base_ref}} diff --git a/.github/workflows/build-ports.yml b/.github/workflows/build-ports.yml index bfcf70ea..8588d76d 100644 --- a/.github/workflows/build-ports.yml +++ b/.github/workflows/build-ports.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Check out alire-index - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to be able to diff and obtain changed files. Furthermore, we @@ -42,7 +42,7 @@ jobs: # check-author action). - name: Check out alire-index-checks - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}} ref: ${{github.base_ref}} diff --git a/.github/workflows/diff-release.yml b/.github/workflows/diff-release.yml index b0d6a7a9..c72fe47c 100644 --- a/.github/workflows/diff-release.yml +++ b/.github/workflows/diff-release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check out alire-index - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # Needed to be able to diff and obtain changed files. Furthermore, we @@ -31,7 +31,7 @@ jobs: # changed files detector - name: Check out alire-index-checks - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}} ref: ${{github.base_ref}} diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index bd1b7f89..e076a177 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: 2024-08-12 13:36 CET +# Last touch: 2024-08-13 19:01 CET