File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
# Steps represent a sequence of tasks that will be executed as part of the job
33
33
steps :
34
34
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v4.1.1
36
36
37
37
# experiment: maybe don't need this?
38
38
# update: looks like we do: with this commented out, the build hung
43
43
platform : x64
44
44
45
45
- name : Set up Python 3.11 ${{ matrix.os }}
46
- uses : actions/setup-python@v2
46
+ uses : actions/setup-python@v5.0.0
47
47
with :
48
48
python-version : ' 3.11'
49
49
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
30
30
steps :
31
31
# Checkouut repository under $GITHUB_WORKSPACE
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4.1.1
33
33
34
34
- name : Set up Python 3.11 ${{ matrix.os }}
35
- uses : actions/setup-python@v2
35
+ uses : actions/setup-python@v5.0.0
36
36
with :
37
37
python-version : ' 3.11'
38
38
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
29
steps :
30
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v4.1.1
32
32
33
33
- name : Set up Python 3.10 ${{ matrix.os }}
34
- uses : actions/setup-python@v2
34
+ uses : actions/setup-python@v5.0.0
35
35
with :
36
36
python-version : ' 3.10'
37
37
You can’t perform that action at this time.
0 commit comments