Bumps to actions/checkout@v4 (#1196)
This commit is contained in:
committed by
GitHub
parent
4ebf22e5de
commit
449d098945
@@ -13,7 +13,7 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Needed to be able to diff and obtain changed files. Furthermore, we
|
# Needed to be able to diff and obtain changed files. Furthermore, we
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
# changed files detectors.
|
# changed files detectors.
|
||||||
|
|
||||||
- name: Check out alire-index-checks
|
- name: Check out alire-index-checks
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out alire-index
|
- name: Check out alire-index
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Needed to be able to diff and obtain changed files. Furthermore, we
|
# Needed to be able to diff and obtain changed files. Furthermore, we
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
# check-author action).
|
# check-author action).
|
||||||
|
|
||||||
- name: Check out alire-index-checks
|
- name: Check out alire-index-checks
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out alire-index
|
- name: Check out alire-index
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Needed to be able to diff and obtain changed files. Furthermore, we
|
# Needed to be able to diff and obtain changed files. Furthermore, we
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
# check-author action).
|
# check-author action).
|
||||||
|
|
||||||
- name: Check out alire-index-checks
|
- name: Check out alire-index-checks
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out alire-index
|
- name: Check out alire-index
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Needed to be able to diff and obtain changed files. Furthermore, we
|
# Needed to be able to diff and obtain changed files. Furthermore, we
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
# check-author action).
|
# check-author action).
|
||||||
|
|
||||||
- name: Check out alire-index-checks
|
- name: Check out alire-index-checks
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out alire-index
|
- name: Check out alire-index
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Needed to be able to diff and obtain changed files. Furthermore, we
|
# Needed to be able to diff and obtain changed files. Furthermore, we
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
# check-author action).
|
# check-author action).
|
||||||
|
|
||||||
- name: Check out alire-index-checks
|
- name: Check out alire-index-checks
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out alire-index
|
- name: Check out alire-index
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# Needed to be able to diff and obtain changed files. Furthermore, we
|
# Needed to be able to diff and obtain changed files. Furthermore, we
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
# changed files detector
|
# changed files detector
|
||||||
|
|
||||||
- name: Check out alire-index-checks
|
- name: Check out alire-index-checks
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
repository: ${{env.CHECKS_ORG}}/${{env.CHECKS_REPO}}
|
||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
|
|||||||
@@ -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
|
# We use this crate as a trigger to conveniently test minor changes to
|
||||||
# metaprocesses of the CI of the repository itself.
|
# metaprocesses of the CI of the repository itself.
|
||||||
# Last touch: 2024-08-12 13:36 CET
|
# Last touch: 2024-08-13 19:01 CET
|
||||||
|
|||||||
Reference in New Issue
Block a user