Commit 20cdfc5 1 parent 735b008 commit 20cdfc5 Copy full SHA for 20cdfc5
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
- uses : actions/checkout@v4
47
47
48
48
- name : setup python ${{ matrix.python-version }}
49
- uses : actions/setup-python@v5.3 .0
49
+ uses : actions/setup-python@v5.4 .0
50
50
with :
51
51
python-version : ${{ matrix.python-version }}
52
52
@@ -126,7 +126,7 @@ jobs:
126
126
- uses : actions/checkout@v4
127
127
128
128
- name : setup python ${{ matrix.python-version }}
129
- uses : actions/setup-python@v5.3 .0
129
+ uses : actions/setup-python@v5.4 .0
130
130
with :
131
131
python-version : ${{ matrix.python-version }}
132
132
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v4
31
31
32
32
- name : setup python 3.11
33
- uses : actions/setup-python@v5.3 .0
33
+ uses : actions/setup-python@v5.4 .0
34
34
with :
35
35
python-version : " 3.11"
36
36
Original file line number Diff line number Diff line change 40
40
- uses : actions/checkout@v4
41
41
42
42
- name : setup python ${{ matrix.python-version }}
43
- uses : actions/setup-python@v5.3 .0
43
+ uses : actions/setup-python@v5.4 .0
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
85
85
run : sudo apt install -y wamerican
86
86
87
87
- name : setup python ${{ matrix.python-version }}
88
- uses : actions/setup-python@v5.3 .0
88
+ uses : actions/setup-python@v5.4 .0
89
89
with :
90
90
python-version : ${{ matrix.python-version }}
91
91
You can’t perform that action at this time.
0 commit comments