mirror of
https://github.com/Steffo99/io-beep-boop.git
synced 2024-11-25 01:34:19 +00:00
🔨️ (deps): Bump Steffo99/actions-poetry-deps from 0.2.4 to 0.2.5
Bumps [Steffo99/actions-poetry-deps](https://github.com/Steffo99/actions-poetry-deps) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/Steffo99/actions-poetry-deps/releases) - [Commits](https://github.com/Steffo99/actions-poetry-deps/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: Steffo99/actions-poetry-deps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
afa1e1318c
commit
a80696ea20
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
uses: abatilo/actions-poetry@v2.2.0
|
uses: abatilo/actions-poetry@v2.2.0
|
||||||
|
|
||||||
- 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.5
|
||||||
|
|
||||||
- name: "🏗 Build package with Poetry"
|
- name: "🏗 Build package with Poetry"
|
||||||
run: poetry build --no-interaction
|
run: poetry build --no-interaction
|
||||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
|
|
||||||
- name: "🔨 Setup Poetry Python environment"
|
- name: "🔨 Setup Poetry Python environment"
|
||||||
id: pyenv
|
id: pyenv
|
||||||
uses: Steffo99/actions-poetry-deps@v0.2.4
|
uses: Steffo99/actions-poetry-deps@v0.2.5
|
||||||
|
|
||||||
- name: "🧪 Run tests"
|
- name: "🧪 Run tests"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue