mirror of
https://github.com/Steffo99/io-beep-boop.git
synced 2024-11-22 16:34:18 +00:00
Merge pull request #4 from Steffo99/dependabot/github_actions/abatilo/actions-poetry-2.1.5
🔨️ (deps): Bump abatilo/actions-poetry from 2.1.4 to 2.1.5
This commit is contained in:
commit
27e44aad3e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
|
|
||||||
- name: "🔨 Setup Poetry"
|
- name: "🔨 Setup Poetry"
|
||||||
uses: abatilo/actions-poetry@v2.1.4
|
uses: abatilo/actions-poetry@v2.1.5
|
||||||
|
|
||||||
- name: "🔨 Setup Poetry Python environment"
|
- name: "🔨 Setup Poetry Python environment"
|
||||||
uses: Steffo99/actions-poetry-deps@v0.2.4
|
uses: Steffo99/actions-poetry-deps@v0.2.4
|
||||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
|
|
||||||
- name: "🔨 Setup Poetry"
|
- name: "🔨 Setup Poetry"
|
||||||
uses: abatilo/actions-poetry@v2.1.4
|
uses: abatilo/actions-poetry@v2.1.5
|
||||||
|
|
||||||
- name: "🔨 Setup Poetry Python environment"
|
- name: "🔨 Setup Poetry Python environment"
|
||||||
id: pyenv
|
id: pyenv
|
||||||
|
|
Loading…
Reference in a new issue