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 46
46
steps :
47
47
- uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
48
48
- name : Set up Python
49
- uses : actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
49
+ uses : actions/setup-python@4267e283df95c05d9f16ece6624106f44613b489
50
50
with :
51
51
python-version : " 3.13"
52
52
- name : Install dependencies
Original file line number Diff line number Diff line change 31
31
32
32
# 2. Set up the specific Python version
33
33
- name : Set up Python ${{ matrix.python-version }}
34
- uses : actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
34
+ uses : actions/setup-python@4267e283df95c05d9f16ece6624106f44613b489
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
cache : ' pip' # Cache pip dependencies
Original file line number Diff line number Diff line change 29
29
persist-credentials : false
30
30
31
31
- name : Set up Python
32
- uses : actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
32
+ uses : actions/setup-python@4267e283df95c05d9f16ece6624106f44613b489
33
33
with :
34
34
python-version : ' 3.13'
35
35
You can’t perform that action at this time.
0 commit comments