Skip to content

Commit eb30bbf

Browse files
chore(deps): update github-actions
1 parent 71ca939 commit eb30bbf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/build-test-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060
- uses: actions/setup-python@v5
6161
with:
62-
python-version: "3.7"
62+
python-version: "3.13"
6363
- uses: pre-commit/[email protected]
6464

6565
semgrep:
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@v4
102102
- uses: actions/setup-python@v5
103103
with:
104-
python-version: "3.7"
104+
python-version: "3.13"
105105
- uses: actions/download-artifact@v4
106106
with:
107107
name: UCC-UI-build
@@ -205,7 +205,7 @@ jobs:
205205
- uses: actions/checkout@v4
206206
- uses: actions/setup-python@v5
207207
with:
208-
python-version: "3.7"
208+
python-version: "3.13"
209209
- uses: actions/download-artifact@v4
210210
with:
211211
name: UCC-UI-build
@@ -259,7 +259,7 @@ jobs:
259259
- uses: actions/checkout@v4
260260
- uses: actions/setup-python@v5
261261
with:
262-
python-version: "3.7"
262+
python-version: "3.13"
263263
- uses: actions/download-artifact@v4
264264
with:
265265
name: Splunk_TA_UCCExample-raw-output
@@ -308,14 +308,14 @@ jobs:
308308
- uses: actions/checkout@v4
309309
- uses: actions/setup-python@v5
310310
with:
311-
python-version: "3.7"
311+
python-version: "3.13"
312312
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
313313
- name: Package tests/expected_output_global_config_everything/Splunk_TA_UCCExample
314314
run: |
315315
poetry install
316316
mkdir tests/packaged
317317
poetry run ucc-gen package --path tests/testdata/expected_addons/expected_output_global_config_everything/Splunk_TA_UCCExample -o tests/packaged
318-
- uses: splunk/appinspect-cli-action@v2.9
318+
- uses: splunk/appinspect-cli-action@v2.10
319319
with:
320320
app_path: tests/packaged
321321
included_tags: ${{ matrix.tags }}
@@ -363,7 +363,7 @@ jobs:
363363
- uses: actions/checkout@v4
364364
- uses: actions/setup-python@v5
365365
with:
366-
python-version: "3.7"
366+
python-version: "3.13"
367367
- uses: actions/download-artifact@v4
368368
with:
369369
name: UCC-UI-build
@@ -407,7 +407,7 @@ jobs:
407407
- uses: actions/checkout@v4
408408
- uses: actions/setup-python@v5
409409
with:
410-
python-version: "3.11"
410+
python-version: "3.13"
411411
- uses: actions/download-artifact@v4
412412
with:
413413
name: UCC-UI-build
@@ -485,7 +485,7 @@ jobs:
485485
persist-credentials: false
486486
- uses: actions/setup-python@v5
487487
with:
488-
python-version: "3.7"
488+
python-version: "3.13"
489489
- name: install UI deps
490490
uses: ./.github/actions/cached-ui-deps
491491
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1

.github/workflows/code-cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.7"
22+
python-version: "3.13"
2323

2424
- name: Install Poetry
2525
run: |

.github/workflows/ta-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: "3.7"
38+
python-version: "3.13"
3939

4040
- name: Install Poetry 1.5.1
4141
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
@@ -98,7 +98,7 @@ jobs:
9898
- name: Set up Python
9999
uses: actions/setup-python@v5
100100
with:
101-
python-version: "3.7"
101+
python-version: "3.13"
102102

103103
- name: Install Poetry 1.5.1
104104
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1

0 commit comments

Comments
 (0)