Bumps to actions/checkout@v4 (#1196)

This commit is contained in:
Alejandro R Mosteo
2024-08-13 19:11:44 +02:00
committed by GitHub
parent 4ebf22e5de
commit 449d098945
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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}}
+2 -2
View File
@@ -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}}
+2 -2
View File
@@ -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}}
+2 -2
View File
@@ -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}}
+2 -2
View File
@@ -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}}
+2 -2
View File
@@ -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}}