Skip to content

Commit 064ad4c

Browse files
Merge pull request #774 from uriyyo/dependabot/github_actions/snok/install-poetry-1.3.4
[no ci]
2 parents e0bd522 + fd42c14 commit 064ad4c

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)