Skip to content

Commit 0ecdae6

Browse files
committed
typo
1 parent 3cd0b60 commit 0ecdae6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/hipo-macos-gh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
path: HiGHS
2323

2424
- name: Checkout METIS
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
repository: galabovaa/METIS
28-
ref: 509-w
28+
ref: 510-w
2929
path: METIS
3030

3131
- name: Create installs dir

.github/workflows/hipo-ubuntu-gh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
path: HiGHS
2424

2525
- name: Checkout METIS
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
repository: galabovaa/METIS
29-
ref: 509-w
29+
ref: 510-w
3030
path: METIS
3131

3232
- name: Create installs dir

.github/workflows/repositories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: julia-actions/setup-julia@latest
1212
with:
1313
version: '1'
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Install
1616
run: julia --project=. -e 'import Pkg; Pkg.instantiate()'
1717
- name: Repositories

0 commit comments

Comments
 (0)