File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 runs-on : ubuntu-latest
5454 steps :
5555 - uses : actions/checkout@v4
56- - uses : actions/setup-python@v4
56+ - uses : actions/setup-python@v5
5757 with :
5858 python-version : " 3.7"
5959 -
uses :
pre-commit/[email protected] 8484 - " 3.11"
8585 steps :
8686 - uses : actions/checkout@v4
87- - uses : actions/setup-python@v4
87+ - uses : actions/setup-python@v5
8888 with :
8989 python-version : ${{ matrix.python-version }}
9090 - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
@@ -102,7 +102,7 @@ jobs:
102102 splunk : ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
103103 steps :
104104 - uses : actions/checkout@v4
105- - uses : actions/setup-python@v4
105+ - uses : actions/setup-python@v5
106106 with :
107107 python-version : 3.7
108108 - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
@@ -157,7 +157,7 @@ jobs:
157157 # Very important: semantic-release won't trigger a tagged
158158 # build if this is not set false
159159 persist-credentials : false
160- - uses : actions/setup-python@v4
160+ - uses : actions/setup-python@v5
161161 with :
162162 python-version : " 3.7"
163163 - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
Original file line number Diff line number Diff line change 1111 pages : write
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/setup-python@v4
14+ - uses : actions/setup-python@v5
1515 with :
1616 python-version : 3.7
1717 - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
You can’t perform that action at this time.
0 commit comments