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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
1 parent f491d53 commit 494b4b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
metis: metis

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
metis: metis

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Dependencies
run: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env: x86_64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Dependencies
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
marker: vc17

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache METIS
if: matrix.metis == 'metis'
Expand Down

0 comments on commit 494b4b3

Please sign in to comment.