Skip to content

Commit e9f90aa

Browse files
chore(deps): update all dependencies
1 parent f8dbb3d commit e9f90aa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fossa report attribution --format text > /tmp/THIRDPARTY
1818
env:
1919
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
20-
- uses: actions/upload-artifact@v4
20+
- uses: actions/upload-artifact@v5
2121
with:
2222
name: THIRDPARTY
2323
path: /tmp/THIRDPARTY
@@ -29,9 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v5
32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.12"
34+
python-version: "3.14"
3535
- uses: pre-commit/[email protected]
3636

3737
test-unit:
@@ -41,14 +41,14 @@ jobs:
4141
python-version: [ 3.9, "3.10", "3.11", "3.12" ]
4242
steps:
4343
- uses: actions/checkout@v5
44-
- uses: actions/setup-python@v5
44+
- uses: actions/setup-python@v6
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
- run: |
4848
curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
4949
poetry install
5050
poetry run pytest --junitxml=test-results/junit.xml
51-
- uses: actions/upload-artifact@v4
51+
- uses: actions/upload-artifact@v5
5252
if: success() || failure()
5353
with:
5454
name: test-results-unit-python-${{ matrix.python-version }}
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v5
61-
- uses: apache/skywalking-eyes@v0.7.0
61+
- uses: apache/skywalking-eyes@v0.8.0
6262

6363
publish:
6464
needs:
@@ -74,9 +74,9 @@ jobs:
7474
# Very important: semantic-release won't trigger a tagged
7575
# build if this is not set false
7676
persist-credentials: false
77-
- uses: actions/setup-python@v5
77+
- uses: actions/setup-python@v6
7878
with:
79-
python-version: "3.9"
79+
python-version: "3.14"
8080
- run: |
8181
curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
8282
poetry install

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)