Skip to content

Commit fd42c14

Browse files
Bump snok/install-poetry from 1.3.3 to 1.3.4
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](snok/install-poetry@v1.3.3...v1.3.4) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0bd522 commit fd42c14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Install Poetry
28-
uses: snok/[email protected].3
28+
uses: snok/[email protected].4
2929

3030
- name: Setup cache
3131
id: cached-poetry-dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Install Poetry
24-
uses: snok/[email protected].3
24+
uses: snok/[email protected].4
2525

2626
- name: Publish
2727
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "CQL_TEST_HOST=${CQL_TEST_HOST}" >> $GITHUB_ENV
4848
4949
- name: Install Poetry
50-
uses: snok/[email protected].3
50+
uses: snok/[email protected].4
5151

5252
- name: Setup cache
5353
id: cached-poetry-dependencies

0 commit comments

Comments
 (0)