mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 14:38:11 -05:00
Update some actions to disable some permissions checks
This commit is contained in:
4
.github/workflows/docs_docker-run.yml
vendored
4
.github/workflows/docs_docker-run.yml
vendored
@@ -30,6 +30,10 @@ jobs:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Workaround bug with checkout in actions
|
||||
run: |
|
||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
|
||||
- uses: actions/cache@v3
|
||||
if: ${{ !env.ACT }} # skip during local actions testing
|
||||
|
||||
4
.github/workflows/library_shared.yml
vendored
4
.github/workflows/library_shared.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Workaround bug with checkout in actions
|
||||
run: |
|
||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
Reference in New Issue
Block a user