Skip to content

Commit 384407d

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#1416)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mia-Cross <[email protected]>
1 parent 05abfef commit 384407d

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
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

0 commit comments

Comments
 (0)