Skip to content

Commit

Permalink
Merge pull request #309 from atsign-foundation/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/github-actions-5860502f17

build(deps): Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 in the github-actions group
  • Loading branch information
cpswan authored Jan 2, 2025
2 parents a601174 + f65c95e commit 23963da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
python-version: '3.11'
- name: Install Poetry
uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1
uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0
with:
poetry-version: '1.8.2'
poetry-version: '1.8.5'
# The dark mode and light mode Atsign logos in the GitHub README don't
# show properly on PyPI so we have a copy of the README.md in
# README.PyPI.md with just the light mode logo.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_python_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:

- name: Install Poetry
if: ${{ github.actor == 'dependabot[bot]' }}
uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1
uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0
with:
poetry-version: '1.8.2'
poetry-version: '1.8.5'

- name: Bump Python dependencies
if: ${{ github.actor == 'dependabot[bot]' }}
Expand Down

0 comments on commit 23963da

Please sign in to comment.