Skip to content

Commit

Permalink
build(deps): bump Gr1N/setup-poetry from 8 to 9 (#2165)
Browse files Browse the repository at this point in the history
Bumps [Gr1N/setup-poetry](https://github.com/gr1n/setup-poetry) from 8 to 9.
- [Release notes](https://github.com/gr1n/setup-poetry/releases)
- [Commits](Gr1N/setup-poetry@v8...v9)

---
updated-dependencies:
- dependency-name: Gr1N/setup-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake Skipper <74978230+jake-skipper@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jake-skipper authored Feb 21, 2024
1 parent d9e2d15 commit 207f4dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: setup-python
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
id: setup-python
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -132,7 +132,7 @@ jobs:
id: setup-python
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
id: setup-python
with:
python-version: '3.10'
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
id: setup-python
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
- name: Install Dependencies (ubuntu)
run: sudo apt-get update && sudo apt-get install sed -y
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-push-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Dependencies (windows)
if: matrix.os == 'windows-latest'
run: choco install make sed
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install Dependencies (windows)
if: matrix.os == 'windows-latest'
run: choco install make sed
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Install Dependencies (ubuntu)
if: steps.check_distance.outcome == 'success'
run: sudo apt-get update && sudo apt-get install sed tree -y
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Dependencies (windows)
if: matrix.os == 'windows-latest'
run: choco install make sed
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install Dependencies (windows)
if: matrix.os == 'windows-latest'
run: choco install make sed
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
- name: Install Dependencies (ubuntu)
run: sudo apt-get update && sudo apt-get install sed tree -y
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
- name: Install Dependencies (ubuntu)
run: sudo apt-get update && sudo apt-get install sed -y
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
id: setup-python
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
id: setup-python
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
id: cache
with:
Expand Down

0 comments on commit 207f4dd

Please sign in to comment.