Skip to content

Commit 15bd75d

Browse files
committed
Merge branch 'main' into pre-commit-ci-update-config
2 parents 20b2475 + 4563c6d commit 15bd75d

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run-code-check:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/[email protected].0
30+
- uses: actions/[email protected].2
3131
- name: Install and configure Poetry
3232
uses: snok/install-poetry@v1
3333
with:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].2
2626

2727
- name: Log in to Docker Hub
2828
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')) && fromJSON('["self-hosted", "db", "cyclops"]') || 'ubuntu-latest' }}
1111
steps:
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].2
1313
with:
1414
submodules: 'true'
1515
fetch-depth: 0

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
integration-tests:
4141
runs-on: [self-hosted, gpu, db, cyclops]
4242
steps:
43-
- uses: actions/[email protected].0
43+
- uses: actions/[email protected].2
4444
- name: Install poetry
4545
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
4646
- uses: actions/[email protected]
@@ -58,7 +58,7 @@ jobs:
5858
mpirun -n 2 python -m pytest --only-mpi
5959
pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
6060
- name: Upload coverage to Codecov
61-
uses: Wandalen/wretry.action@v3.7.2
61+
uses: Wandalen/wretry.action@v3.8.0
6262
with:
6363
action: codecov/[email protected]
6464
with: |

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
base-package-install-check:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/[email protected].0
29+
- uses: actions/[email protected].2
3030
- name: Install pip
3131
run: python3 -m pip install --upgrade pip
3232
- uses: actions/[email protected]

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
sudo apt-get update
1414
sudo apt-get install libcurl4-openssl-dev libssl-dev
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].2
1616
- name: Install poetry
1717
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
1818
- uses: actions/[email protected]

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/[email protected].0
33+
- uses: actions/[email protected].2
3434
- name: Install dependencies, run unit tests and coverage report
3535
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
3636
- uses: actions/[email protected]
@@ -44,7 +44,7 @@ jobs:
4444
poetry install --with test --all-extras
4545
pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
4646
- name: Upload coverage to Codecov
47-
uses: Wandalen/wretry.action@v3.7.2
47+
uses: Wandalen/wretry.action@v3.8.0
4848
with:
4949
action: codecov/[email protected]
5050
with: |

0 commit comments

Comments
 (0)