Skip to content

Commit

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

Bump abatilo/actions-poetry from 3.0.0 to 3.0.1 in the gha-dependencies group
  • Loading branch information
danielfromearth authored Nov 15, 2024
2 parents 933e286 + c85cc5c commit 6328144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Get 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/[email protected].0
uses: abatilo/[email protected].1
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 @@ -30,7 +30,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Set up Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}

Expand Down

0 comments on commit 6328144

Please sign in to comment.