Skip to content

Commit 4a20487

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Run Labeler
1717
uses: crazy-max/ghaction-github-labeler@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 2
1818

.github/workflows/tests.yml

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

3232
steps:
3333
- name: Check out the repository
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535

3636
- name: Set up Python ${{ matrix.python }}
3737
uses: actions/setup-python@v6
@@ -98,7 +98,7 @@ jobs:
9898
needs: tests
9999
steps:
100100
- name: Check out the repository
101-
uses: actions/checkout@v6
101+
uses: actions/checkout@v7
102102

103103
- name: Install the pinned version of uv
104104
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)