Skip to content

Commit 8f01468

Browse files
authored
Merge pull request #1 from kuestcom/fix/bump-deps-py-order-utils
feat: update order utils to v2
2 parents d7351ec + 55b10a2 commit 8f01468

10 files changed

Lines changed: 1580 additions & 1365 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.9
2424

.github/workflows/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
jobs:
99
build-lint-test:
1010
name: Test
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-python@v2
13+
- uses: actions/checkout@v6
14+
- uses: actions/setup-python@v6
1515
with:
16-
python-version: 3.9.10
16+
python-version: "3.9"
1717

1818
- run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)