Skip to content

Commit 7109031

Browse files
dependabot[bot]henryiii
authored andcommitted
chore(deps): bump actions/checkout from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b26f882 commit 7109031

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Format
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
persist-credentials: false
3030
- uses: actions/setup-python@v6
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: [ubuntu-latest, macos-latest, windows-latest]
4444

4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
persist-credentials: false
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575

7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878
with:
7979
fetch-depth: 0
8080
persist-credentials: false
@@ -85,7 +85,7 @@ jobs:
8585
name: Docs
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 0
9191
persist-credentials: false
@@ -115,7 +115,7 @@ jobs:
115115
name: Action
116116
runs-on: ubuntu-latest
117117
steps:
118-
- uses: actions/checkout@v5
118+
- uses: actions/checkout@v6
119119
with:
120120
fetch-depth: 0
121121
persist-credentials: false

0 commit comments

Comments
 (0)