Skip to content

Commit a3be875

Browse files
committed
update github actions
1 parent 218658e commit a3be875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: install deps
1919
run: sudo apt-get install coinor-cbc coinor-libcbc-dev
2020
- run: cargo publish

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- uses: conda-incubator/setup-miniconda@v2
2020
with:
2121
activate-environment: test

0 commit comments

Comments
 (0)