Skip to content

Commit

Permalink
Bump Gr1N/setup-poetry from 7 to 8
Browse files Browse the repository at this point in the history
Bumps [Gr1N/setup-poetry](https://github.com/Gr1N/setup-poetry) from 7 to 8.
- [Release notes](https://github.com/Gr1N/setup-poetry/releases)
- [Commits](Gr1N/setup-poetry@v7...v8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2023
1 parent 2ba8392 commit 47d3704
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-contributor-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.8'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8
- name: Install python dependencies
run: |
poetry install --with ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close_jira_issue_by_pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.9'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8
- uses: actions/cache@v2
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link_edited_pr_to_jira_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.10'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8
- uses: actions/cache@v2
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.9'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8
- name: Install Python Dependencies
run: |
poetry install --with ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-secrets-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.8'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8
- name: Install Python Dependencies
run: |
poetry install --with ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-contribution-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.9'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8
- name: Install Python Dependencies
run: |
poetry install --with ci
Expand Down

0 comments on commit 47d3704

Please sign in to comment.