File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
echo "CURBRANCH=${CURBRANCH}" >> ${GITHUB_ENV}
41
41
42
42
- name : Set up Python 3
43
- uses : actions/setup-python@v4
43
+ uses : actions/setup-python@v5
44
44
with :
45
45
python-version : 3
46
46
Original file line number Diff line number Diff line change 45
45
sudo apt-get install -y --no-install-recommends graphviz pandoc
46
46
47
47
- name : Set up Python 3
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : 3
51
51
Original file line number Diff line number Diff line change 58
58
with :
59
59
fetch-depth : 0
60
60
- name : Set up Python 3
61
- uses : actions/setup-python@v4
61
+ uses : actions/setup-python@v5
62
62
with :
63
63
python-version : 3
64
64
- name : Display Python version
90
90
with :
91
91
fetch-depth : 0
92
92
- name : Set up Python ${{ matrix.python-version }}
93
- uses : actions/setup-python@v4
93
+ uses : actions/setup-python@v5
94
94
with :
95
95
python-version : ${{ matrix.python-version }}
96
96
- name : Fetch packages
@@ -126,7 +126,7 @@ jobs:
126
126
steps :
127
127
- uses : actions/checkout@v4
128
128
- name : Set up Python
129
- uses : actions/setup-python@v4
129
+ uses : actions/setup-python@v5
130
130
- run : pipx run flake8-pyproject sdcflows/
131
131
132
132
# codespell:
You can’t perform that action at this time.
0 commit comments