Skip to content

Commit debc9f0

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7ee0f8 commit debc9f0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/check.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ !startsWith(github.ref, 'refs/tags') }}
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ !startsWith(github.ref, 'refs/tags') }}
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838

@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ !startsWith(github.ref, 'refs/tags') }}
5454

5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
with:
5858
fetch-depth: 0
5959

@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
if: ${{ !startsWith(github.ref, 'refs/tags') }}
7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878
with:
7979
fetch-depth: 0
8080
- uses: articulate/actions-markdownlint@v1.1.0
@@ -90,7 +90,7 @@ jobs:
9090
if: ${{ !startsWith(github.ref, 'refs/tags') }}
9191

9292
steps:
93-
- uses: actions/checkout@v5
93+
- uses: actions/checkout@v6
9494
with:
9595
fetch-depth: 0
9696

@@ -111,7 +111,7 @@ jobs:
111111
if: ${{ !startsWith(github.ref, 'refs/tags') }}
112112

113113
steps:
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115
with:
116116
fetch-depth: 0
117117
- name: Super-Linter

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
# with:
2424
# fetch-depth: 0
2525
- name: Set up Python

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Get source
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v6
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
- name: Get source
122-
uses: actions/checkout@v5
122+
uses: actions/checkout@v6
123123

124124
- name: Set up Python ${{ matrix.python-version }}
125125
uses: actions/setup-python@v6
@@ -171,7 +171,7 @@ jobs:
171171
- e2e
172172

173173
steps:
174-
- uses: actions/checkout@v5
174+
- uses: actions/checkout@v6
175175
with:
176176
fetch-depth: 0
177177

0 commit comments

Comments
 (0)