File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
fi
33
33
fi
34
34
- name : Set up Python ${{ env.PYTHON_VERSION }}
35
- uses : actions/setup-python@v5.3 .0
35
+ uses : actions/setup-python@v5.4 .0
36
36
with :
37
37
python-version : ${{ env.PYTHON_VERSION }}
38
38
- name : Set up Node ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 18
18
- name : Check out code from GitHub
19
19
uses : actions/checkout@v4.2.2
20
20
- name : Set up Python
21
- uses : actions/setup-python@v5.3 .0
21
+ uses : actions/setup-python@v5.4 .0
22
22
with :
23
23
python-version : " 3.11"
24
24
- name : Install dependencies
45
45
- name : Check out code from GitHub
46
46
uses : actions/checkout@v4.2.2
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@v5.3 .0
48
+ uses : actions/setup-python@v5.4 .0
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments