Skip to content

Commit

Permalink
Revert "Revert "Bump actions/checkout from 4.2.0 to 4.2.1 (#105)""
Browse files Browse the repository at this point in the history
This reverts commit 10cb0ba.
  • Loading branch information
lotif committed Oct 17, 2024
1 parent 10cb0ba commit 1e5bb29
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Install dependencies, build docs and coverage report
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
run: sudo apt install python3-poetry
- uses: actions/[email protected]
with:
python-version: '3.9'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
submodules: 'true'
- name: Install dependencies, build docs and coverage report
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
run: sudo apt install python3-poetry
- uses: actions/[email protected]
with:
python-version: '3.9'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Install poetry
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
run: sudo apt install python3-poetry
- uses: actions/[email protected]
with:
python-version: '3.9'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev libssl-dev
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Install poetry
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
run: sudo apt install python3-poetry
- uses: actions/[email protected]
with:
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run-code-check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Install poetry
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
run: sudo apt install python3-poetry
- uses: actions/[email protected]
with:
python-version: '3.9'
Expand Down

0 comments on commit 1e5bb29

Please sign in to comment.