Skip to content

Commit

Permalink
Merge pull request #1238 from uriyyo/dependabot/github_actions/snok/i…
Browse files Browse the repository at this point in the history
…nstall-poetry-1.4.1

[no ci]
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
2 parents 398037e + 69eebaa commit 2eb42c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Setup cache
id: cached-poetry-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "CQL_TEST_HOST=${CQL_TEST_HOST}" >> $GITHUB_ENV
- name: Install Poetry
uses: snok/[email protected].0
uses: snok/[email protected].1

- name: Setup cache
id: cached-poetry-dependencies
Expand Down

0 comments on commit 2eb42c0

Please sign in to comment.