Skip to content

Commit 7b58564

Browse files
authored
Merge pull request #1 from OpenPIV/master
Merge from master.
2 parents 30ec782 + a960e18 commit 7b58564

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5.2.0
18+
- uses: actions/setup-python@v5.3.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image
22-
uses: abatilo/actions-poetry@v3.0.0
22+
uses: abatilo/actions-poetry@v3.0.1
2323
with:
2424
poetry-version: ${{ matrix.poetry-version }}
2525
- name: Publish

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5.2.0
17+
uses: actions/setup-python@v5.3.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install poetry
21-
uses: abatilo/actions-poetry@v3.0.0
21+
uses: abatilo/actions-poetry@v3.0.1
2222
with:
2323
poetry-version: ${{ matrix.poetry-version }}
2424
- name: Install the project dependencies

0 commit comments

Comments
 (0)