Skip to content

Commit c145fc1

Browse files
chore(github-actions): update snok/install-poetry digest to a783c32 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5484bd commit c145fc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: "3.13"
3131
- name: Install and configure Poetry
32-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
32+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
3333
with:
3434
version: 2.4.1
3535
virtualenvs-create: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: "3.13"
1616
- name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)
17-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
17+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
1818
with:
1919
version: 1.8.5
2020
virtualenvs-create: true

0 commit comments

Comments
 (0)