Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and james-d-mitchell committed Jan 24, 2024
1 parent d8654f8 commit 521155d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ABI: 32

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Install dependencies"
if: ${{ runner.os == 'macOS' }}
run: brew install automake
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
env:
CHERE_INVOKING: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gap-actions/setup-cygwin@v1
- uses: gap-actions/setup-gap@cygwin-v2
with:
Expand All @@ -113,7 +113,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Install micromamba environment from environment.yml . . ."
uses: mamba-org/setup-micromamba@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- cpplint
steps:
- name: "Check out the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v4
- name: "Install ${{ matrix.linter }} with pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "compile and upload manual"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Install TeX Live"
run: |
packages=(
Expand Down

0 comments on commit 521155d

Please sign in to comment.