Skip to content

Commit

Permalink
Merge pull request #261 from nasa/dependabot/github_actions/develop/g…
Browse files Browse the repository at this point in the history
…ha-dependencies-5860502f17

Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 in the gha-dependencies group
  • Loading branch information
danielfromearth authored Jan 2, 2025
2 parents ec1f0ee + fb6bbec commit 70ac79b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Get version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Set up Poetry
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: ${{ env.POETRY_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Bump minor version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Set up Poetry
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: ${{ env.POETRY_VERSION }}

Expand Down

0 comments on commit 70ac79b

Please sign in to comment.