Skip to content

Commit 16f9b33

Browse files
dependabot[bot]cauliyang
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17206ca commit 16f9b33

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Run Labeler
1717
uses: crazy-max/[email protected]

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out the repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Check out repository
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
8484
with:
8585
fetch-depth: 0
8686

@@ -129,7 +129,7 @@ jobs:
129129
SYSTEM_VERSION_COMPAT: 0 # https://github.com/actions/setup-python/issues/469#issuecomment-1192522949
130130
steps:
131131
- name: Check out repository
132-
uses: actions/checkout@v4
132+
uses: actions/checkout@v5
133133
with:
134134
fetch-depth: 0
135135

@@ -171,7 +171,7 @@ jobs:
171171
SYSTEM_VERSION_COMPAT: 0 # https://github.com/actions/setup-python/issues/469#issuecomment-1192522949
172172
steps:
173173
- name: Check out repository
174-
uses: actions/checkout@v4
174+
uses: actions/checkout@v5
175175
with:
176176
fetch-depth: 0
177177

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Check out the repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
fetch-depth: 1
5959

@@ -126,7 +126,7 @@ jobs:
126126
needs: tests
127127
steps:
128128
- name: Check out the repository
129-
uses: actions/checkout@v4
129+
uses: actions/checkout@v5
130130

131131
- name: Set up Python
132132
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)