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 @@ -11,11 +11,11 @@ jobs:
11
11
12
12
# Checkout the current branch
13
13
- name : Checkout repo
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
# Install the given version of Python we will test against
17
17
- name : Install Required Python Version
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.9"
21
21
architecture : " x64"
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
31
31
# Checkout the current branch
32
32
- name : Checkout repo
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
# Install the given version of Python we will test against
36
36
- name : Install Required Python Version
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.python_version }}
40
40
architecture : " x64"
69
69
cd my_splunk_content_pack
70
70
poetry run contentctl test --unattended
71
71
72
- - uses : actions/upload-artifact@v3
72
+ - uses : actions/upload-artifact@v4
73
73
with :
74
74
name : content_pack_${{ matrix.python_version }}_${{ matrix.operating_system }}
75
75
path : |
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " contentctl"
3
- version = " 3.4.3 "
3
+ version = " 3.5.0 "
4
4
description = " Splunk Content Control Tool"
5
5
authors = [
" STRT <[email protected] >" ]
6
6
license = " Apache 2.0"
You can’t perform that action at this time.
0 commit comments