Skip to content

Commit f14006e

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#1191)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent 3f80367 commit f14006e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/checks.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@v4
27+
- uses: actions/checkout@v5
2828
- name: Install poetry
2929
run: pipx install poetry
3030
- name: Set up Python

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run:
1414
working-directory: ./docs
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Install poetry
1818
run: pipx install poetry
1919
- name: Set up Python

.github/workflows/format.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@v4
26+
- uses: actions/checkout@v5
2727
- name: Install poetry
2828
run: pipx install poetry
2929
- name: Set up Python

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Labeler
1515
uses: actions/labeler@v5
1616
with:

.github/workflows/lint.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@v4
27+
- uses: actions/checkout@v5
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
@@ -11,7 +11,7 @@ jobs:
1111
run:
1212
working-directory: scaleway-core
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Install poetry
1616
run: pipx install poetry
1717
- name: Set up Python
@@ -47,7 +47,7 @@ jobs:
4747
run:
4848
working-directory: ${{ matrix.lib }}
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
- name: Install poetry
5252
run: pipx install poetry
5353
- name: Set up Python

.github/workflows/typing.yml

Lines changed: 3 additions & 3 deletions
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@v4
27+
- uses: actions/checkout@v5
2828
- name: Install poetry
2929
run: pipx install poetry
3030
- name: Set up Python
@@ -50,7 +50,7 @@ jobs:
5050
run:
5151
working-directory: ${{ matrix.lib }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- name: Install poetry
5555
run: pipx install poetry
5656
- name: Set up Python
@@ -76,7 +76,7 @@ jobs:
7676
run:
7777
working-directory: ${{ matrix.lib }}
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v5
8080
- name: Install poetry
8181
run: pipx install poetry
8282
- name: Set up Python

0 commit comments

Comments
 (0)