Skip to content

Commit d394eec

Browse files
committed
update actions/setup-python from v3 to v4
1 parent 42a7b81 commit d394eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
ref: refs/pull/${{ github.event.pull_request.number }}/merge
111111
submodules: recursive
112112
- name: Setup Python
113-
uses: actions/setup-python@v3
113+
uses: actions/setup-python@v4
114114
id: setup-python
115115
with:
116116
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)