mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Bump some checkouts to newer versions
Might help to fix issues like those in https://github.com/actions/checkout/issues/1048
This commit is contained in:
2
.github/workflows/docs_docker-run.yml
vendored
2
.github/workflows/docs_docker-run.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
||||
2
.github/workflows/python_cibuildwheel.yml
vendored
2
.github/workflows/python_cibuildwheel.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ${{ inputs.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user