Skip to content

Commit d762650

Browse files
authored
Merge branch 'main' into dependabot/pip/scaleway-core/ty-0.0.1a29
2 parents ea7c9f5 + b8b01c9 commit d762650

File tree

12 files changed

+287
-113
lines changed

12 files changed

+287
-113
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
working-directory: ${{ matrix.lib }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Install poetry
2828
run: pipx install poetry
2929
- name: Set up Python

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
working-directory: ./docs
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Install poetry
2020
run: pipx install poetry
2121
- name: Set up Python

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run:
2323
working-directory: ${{ matrix.lib }}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Install poetry
2727
run: pipx install poetry
2828
- name: Set up Python

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Labeler
1818
uses: actions/labeler@v6
1919
with:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
working-directory: ${{ matrix.lib }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Install poetry
2828
run: pipx install poetry
2929
- name: Set up Python
@@ -42,6 +42,6 @@ jobs:
4242
name: Github Actions lint
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- name: Check workflow files
4747
uses: docker://rhysd/actionlint:latest

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
working-directory: ${{ matrix.lib }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Install poetry
2828
run: pipx install poetry
2929
- name: Setup Python

.github/workflows/pytest-cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run:
2525
working-directory: ${{ matrix.lib }}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Install poetry
2929
run: pipx install poetry
3030
- name: Set up Python

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run:
1414
working-directory: scaleway-core
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Install poetry
1818
run: pipx install poetry
1919
- name: Set up Python
@@ -49,7 +49,7 @@ jobs:
4949
run:
5050
working-directory: ${{ matrix.lib }}
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Install poetry
5454
run: pipx install poetry
5555
- name: Set up Python

.github/workflows/typing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
working-directory: ${{ matrix.lib }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Install poetry
2828
run: pipx install poetry
2929
- name: Set up Python
@@ -49,7 +49,7 @@ jobs:
4949
run:
5050
working-directory: ${{ matrix.lib }}
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Install poetry
5454
run: pipx install poetry
5555
- name: Set up Python
@@ -75,7 +75,7 @@ jobs:
7575
run:
7676
working-directory: ${{ matrix.lib }}
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
- name: Install poetry
8080
run: pipx install poetry
8181
- name: Set up Python

scaleway-core/poetry.lock

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

0 commit comments

Comments
 (0)