Skip to content

Commit 521155d

Browse files
dependabot[bot]james-d-mitchell
authored andcommitted
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8654f8 commit 521155d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ABI: 32
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- name: "Install dependencies"
4747
if: ${{ runner.os == 'macOS' }}
4848
run: brew install automake
@@ -86,7 +86,7 @@ jobs:
8686
env:
8787
CHERE_INVOKING: 1
8888
steps:
89-
- uses: actions/checkout@v3
89+
- uses: actions/checkout@v4
9090
- uses: gap-actions/setup-cygwin@v1
9191
- uses: gap-actions/setup-gap@cygwin-v2
9292
with:
@@ -113,7 +113,7 @@ jobs:
113113
run:
114114
shell: bash -l {0}
115115
steps:
116-
- uses: actions/checkout@v3
116+
- uses: actions/checkout@v4
117117
- name: "Install micromamba environment from environment.yml . . ."
118118
uses: mamba-org/setup-micromamba@v1
119119
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- cpplint
2323
steps:
2424
- name: "Check out the repository"
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: "Set up Python"
2727
uses: actions/setup-python@v4
2828
- name: "Install ${{ matrix.linter }} with pip"

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "compile and upload manual"
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: "Install TeX Live"
2020
run: |
2121
packages=(

0 commit comments

Comments
 (0)