Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 committed Jul 12, 2024
1 parent c1ca17f commit 3c2898f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container: quay.io/pypa/manylinux2014_x86_64:latest

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

- name: install gfortran-7
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container: quay.io/pypa/manylinux2014_x86_64:latest

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

- name: install gfortran
run: |
Expand Down

0 comments on commit 3c2898f

Please sign in to comment.