Skip to content

Commit 602caa2

Browse files
chore(deps): bump actions/setup-python from 3 to 4 (#1528)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c882f5 commit 602caa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install poetry
3737
run: pipx install poetry
3838
- name: "Use Python"
39-
uses: actions/setup-python@v3
39+
uses: actions/setup-python@v4
4040
with:
4141
python-version: ${{ matrix.version }}
4242
architecture: "x64"

0 commit comments

Comments
 (0)