File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
- name : Set up Python 3.9
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.9
20
20
- name : Install dependencies
@@ -29,10 +29,10 @@ jobs:
29
29
coverage run -m --source=src pytest -v tests/unit_test.py
30
30
31
31
- name : Coverage Badge
32
- uses : tj-actions/coverage-badge-py@v1.8
32
+ uses : tj-actions/coverage-badge-py@v2
33
33
34
34
- name : Verify Changed files
35
- uses : tj-actions/verify-changed-files@v12
35
+ uses : tj-actions/verify-changed-files@v18
36
36
id : changed_files
37
37
with :
38
38
files : coverage.svg
Original file line number Diff line number Diff line change @@ -48,25 +48,25 @@ jobs:
48
48
df -h
49
49
50
50
- name : Checkout code
51
- uses : actions/checkout@v2
51
+ uses : actions/checkout@v4
52
52
with :
53
53
submodules : recursive
54
54
55
55
- name : Checkout common repo code
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
with :
58
58
repository : ' project-codeflare/codeflare-common'
59
59
ref : ' main'
60
60
path : ' common'
61
61
62
62
- name : Checkout CodeFlare operator repository
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
with :
65
65
repository : project-codeflare/codeflare-operator
66
66
path : codeflare-operator
67
67
68
68
- name : Set Go
69
- uses : actions/setup-go@v3
69
+ uses : actions/setup-go@v5
70
70
with :
71
71
go-version : v1.20
72
72
@@ -142,7 +142,7 @@ jobs:
142
142
output-directory : ${CODEFLARE_TEST_OUTPUT_DIR}
143
143
144
144
- name : Upload logs
145
- uses : actions/upload-artifact@v3
145
+ uses : actions/upload-artifact@v4
146
146
if : always() && steps.deploy.outcome == 'success'
147
147
with :
148
148
name : logs
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout the repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Install Python
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ env.PYTHON_VERSION }}
26
26
- name : Install Poetry
41
41
working-directory : custom-nb-image
42
42
run : docker build -t quay.io/${{ env.QUAY_ORGANIZATION }}/notebook:${{ env.IMAGE_TAG }} .
43
43
- name : Login to Quay.io
44
- uses : docker/login-action@v2
44
+ uses : docker/login-action@v3
45
45
with :
46
46
registry : quay.io
47
47
username : ${{ secrets.QUAY_ID }}
Original file line number Diff line number Diff line change 14
14
container :
15
15
image : quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.1
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
19
19
- name : Run pre-commit checks
20
20
run : pre-commit run --all-files
Original file line number Diff line number Diff line change 37
37
PR_BRANCH_NAME : adjustments-release-${{ github.event.inputs.release-version }}
38
38
steps :
39
39
- name : Checkout the repository
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
- name : Install Python
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ${{ github.event.inputs.python_version }}
45
45
- name : Install Poetry
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
container :
14
14
image : quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.3
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Install poetry
18
18
run : pip install poetry
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ' 3.8'
22
22
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments