-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Bump abatilo/actions-poetry from 3.0.0 to 3.0.1
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent
166d68b
commit f676713
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Init python poetry action | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: 1.5.1 | ||
- uses: actions/cache@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
# Avoid caching to be 100% confident things are working properly | ||
- name: Init python poetry action | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: 1.5.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
# Avoid caching to be 100% confident things are working properly | ||
- name: Init python poetry action | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: 1.5.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Init Python Poetry Action | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: 1.5.1 | ||
- uses: actions/cache@v4 | ||
|