File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- uses : actions/checkout@v3
9
- - uses : actions/setup-python@v4
9
+ - uses : actions/setup-python@v5
10
10
with :
11
11
python-version : 3.x
12
12
- uses : actions/cache@v3
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v3
10
- - uses : actions/setup-python@v4
10
+ - uses : actions/setup-python@v5
11
11
with :
12
12
python-version : 3.x
13
13
- uses : actions/cache@v3
Original file line number Diff line number Diff line change 27
27
run : exit 1
28
28
if : ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }}
29
29
- uses : actions/checkout@v3
30
- - uses : actions/setup-python@v4
30
+ - uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python }}
33
33
- uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments