Skip to content

Commit 0f3de5d

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-5.3.0
2 parents f5c9030 + 1baafed commit 0f3de5d

File tree

6 files changed

+355
-268
lines changed

6 files changed

+355
-268
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
- name: Extract metadata (tags, labels) for Docker
3434
id: meta
35-
uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb
35+
uses: docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
3636
with:
3737
images: vectorinstitute/cyclops
3838

3939
- name: Build and push Docker image
40-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
40+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
4141
with:
4242
context: .
4343
file: ./Dockerfile

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0
61+
uses: Wandalen/wretry.action@v3.7.2
6262
with:
6363
action: codecov/codecov-action@v4.0.0
6464
with: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build package
2222
run: poetry build
2323
- name: Publish package
24-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
24+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0
47+
uses: Wandalen/wretry.action@v3.7.2
4848
with:
4949
action: codecov/codecov-action@v4.0.0
5050
with: |

0 commit comments

Comments
 (0)