Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit(deps): bump abatilo/actions-poetry from 3 to 4 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
with:
python-version: ${{ matrix.python-version }}
- name: Set Up Poetry
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v4

Check warning on line 48 in .github/workflows/new_release.yml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/new_release.yml#L48

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Setup Latest Poetry
Expand Down Expand Up @@ -75,7 +75,7 @@
- name: Set up Python
uses: actions/setup-python@v5
- name: Set Up Poetry
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v4
- name: Setup Latest Poetry
run: pipx install --suffix @main 'poetry @ git+https://github.com/python-poetry/poetry'
- name: Install khipu-tools
Expand Down
Loading