Skip to content

Commit 9cad0ed

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 423ceee commit 9cad0ed

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
codespell:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: codespell-project/actions-codespell@v2

.github/workflows/config_options.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run:
3838
shell: bash -l {0}
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Output g++ version . . .
4242
run: g++ --version
4343
- name: Install micromamba environment from environment.yml . . .
@@ -97,7 +97,7 @@ jobs:
9797
without-intrinsics: ""
9898

9999
steps:
100-
- uses: actions/checkout@v5
100+
- uses: actions/checkout@v6
101101
- name: Output g++ version . . .
102102
run: g++ --version
103103
- name: Install GAP and clone/compile necessary packages . . .

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- cpplint
3030
steps:
3131
- name: Check out the repository . . .
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
- name: Set up Python . . .
3434
uses: actions/setup-python@v6
3535
- name: Install ${{ matrix.linter }} with pip . . .

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: compile and upload manual
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Install TeX Live . . .
2727
run: |
2828
packages=(

.github/workflows/os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141

4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: gap-actions/setup-cygwin@v2
4545
if: ${{ runner.os == 'Windows' }}
4646
- name: Output g++ version . . .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: gap-actions/setup-gap@v3
2828
with:
2929
gap-version: latest

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pkgs-to-build: io* orb* datastructures* profiling* grape*
4848

4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- name: Output g++ version . . .
5252
run: g++ --version
5353
- name: "Install GAP . . ."
@@ -67,7 +67,7 @@ jobs:
6767
cd ${GAPROOT}/pkg
6868
../bin/BuildPackages.sh --strict ${{ matrix.pkgs-to-build }}
6969
- name: "Install digraphs-lib . . ."
70-
uses: actions/checkout@v5
70+
uses: actions/checkout@v6
7171
with:
7272
repository: digraphs/digraphs-lib
7373
path: digraphs-lib

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Ubuntu / GAP stable-4.15 / valgrind
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: "Output g++ version . . ."
3232
run: g++ --version
3333
- name: "Install Valgrind . . ."

0 commit comments

Comments
 (0)