Skip to content

Commit df2e678

Browse files
Bump actions/checkout from 4 to 5 in the all group (#366)
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 009a3f8 commit df2e678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- macos-latest
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0
3838
- name: Install the latest version of uv
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: Let us have colors
9191
run: echo "FORCE_COLOR=true" >> "$GITHUB_ENV"
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v5
9393
with:
9494
fetch-depth: 0
9595
- name: Install the latest version of uv
@@ -133,7 +133,7 @@ jobs:
133133
- { "name": "docs", "target": "build" }
134134
- { "name": "readme", "target": "run" }
135135
steps:
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
137137
with:
138138
fetch-depth: 0
139139
- name: Install the latest version of uv

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
- name: Install the latest version of uv

0 commit comments

Comments
 (0)