Skip to content

Commit 1f4bc4c

Browse files
chore(deps): update all dependencies
1 parent 6c06546 commit 1f4bc4c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Diff for: .github/workflows/build-test-release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- id: matrix
21-
uses: splunk/addonfactory-test-matrix-action@v2
21+
uses: splunk/addonfactory-test-matrix-action@v3
2222

2323
fossa-scan:
2424
continue-on-error: true
@@ -47,15 +47,15 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v4
50-
- uses: apache/skywalking-eyes@v0.6.0
50+
- uses: apache/skywalking-eyes@v0.7.0
5151

5252
pre-commit:
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-python@v5
5757
with:
58-
python-version: "3.7"
58+
python-version: "3.13"
5959
- uses: pre-commit/[email protected]
6060

6161
semgrep:
@@ -66,7 +66,7 @@ jobs:
6666

6767
run-unit-tests:
6868
name: test-unit ${{ matrix.python-version }}
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
continue-on-error: true
7171
strategy:
7272
matrix:
@@ -89,7 +89,7 @@ jobs:
8989
poetry run pytest tests/unit
9090
9191
test-splunk:
92-
runs-on: ubuntu-22.04
92+
runs-on: ubuntu-24.04
9393
continue-on-error: true
9494
needs:
9595
- meta
@@ -157,7 +157,7 @@ jobs:
157157
- semgrep
158158
- run-unit-tests
159159
- test-splunk
160-
runs-on: ubuntu-22.04
160+
runs-on: ubuntu-24.04
161161
steps:
162162
- uses: actions/checkout@v4
163163
with:
@@ -167,7 +167,7 @@ jobs:
167167
persist-credentials: false
168168
- uses: actions/setup-python@v5
169169
with:
170-
python-version: "3.7"
170+
python-version: "3.13"
171171
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
172172
- run: |
173173
poetry install

Diff for: poetry.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)