Skip to content

Commit 9f10e41

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#3679)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6e02c7 commit 9f10e41

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/depup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/checkout@v6.0.3
19+
- uses: actions/checkout@v7.0.0
2020
with:
2121
persist-credentials: false
2222
- uses: haya14busa/action-depup@v1.6.4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2424
steps:
25-
- uses: actions/checkout@v6.0.3
25+
- uses: actions/checkout@v7.0.0
2626
with:
2727
persist-credentials: false
2828
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/wps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/checkout@v6.0.3
19+
- uses: actions/checkout@v7.0.0
2020
with:
2121
persist-credentials: false
2222
- uses: wemake-services/wemake-python-styleguide@master

0 commit comments

Comments
 (0)