Skip to content

Commit e3f02a3

Browse files
Merge pull request #1016 from DrTimothyAldenDavis/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3ef4f0a + 27588b1 commit e3f02a3

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/build-arch-emu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: lscpu
5858

5959
- name: checkout repository
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
# shell: bash
6262

6363
- name: install dependencies

.github/workflows/build-mingw.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
mpfr:p
9393
9494
- name: checkout repository
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696

9797
- name: prepare ccache
9898
# create key with human readable timestamp

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: lscpu
8282

8383
- name: checkout repository
84-
uses: actions/checkout@v5
84+
uses: actions/checkout@v6
8585

8686
- name: install dependencies
8787
run: |

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: checkout repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
- name: install dependencies
4646
run: |
@@ -164,7 +164,7 @@ jobs:
164164
msystem: MINGW32
165165

166166
- name: checkout repository
167-
uses: actions/checkout@v5
167+
uses: actions/checkout@v6
168168

169169
- name: initialize CodeQL
170170
# Initialize the CodeQL tools for scanning.

.github/workflows/cross-compile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "::endgroup::"
9393
9494
- name: checkout repository
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696

9797
- name: install cross-toolchain
9898
run: |

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sysctl machdep
3939
4040
- name: checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
- name: install dependencies
4444
# Homebrew's Python conflicts with the Python that comes pre-installed

.github/workflows/root-cmakelists-msvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
8383
8484
- name: checkout repository
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@v6
8686

8787
- uses: conda-incubator/setup-miniconda@v3
8888
with:

.github/workflows/root-cmakelists.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: lscpu
6666

6767
- name: checkout repository
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969

7070
- name: install dependencies
7171
run: |

0 commit comments

Comments
 (0)