Skip to content

Commit ee4c4f1

Browse files
authored
fix: Update actions/setup-python from v3 to v4 (feast-dev#4003)
1 parent 2076938 commit ee4c4f1

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)