mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +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
2bcc40764c
commit
0ba521f002
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
|
||||
|
||||
- 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"
|
||||
run: poetry build --no-interaction
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: "🔨 Setup Poetry Python environment"
|
||||
id: pyenv
|
||||
uses: Steffo99/actions-poetry-deps@v0.2.4
|
||||
uses: Steffo99/actions-poetry-deps@v0.2.5
|
||||
|
||||
- name: "🧪 Run check"
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue