Skip to content

Commit 4ef30d2

Browse files
dependabot[bot]henryiii
authored andcommitted
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] <[email protected]>
1 parent eae336e commit 4ef30d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Format
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: astral-sh/setup-uv@v7
1818
- run: uvx hatch fmt
1919

@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.runs-on }}
3232
name: Test • 🐍 ${{ matrix.python-version }} • ${{matrix.runs-on}}
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
@@ -54,7 +54,7 @@ jobs:
5454
# runs-on: ${{ matrix.runs-on }}
5555
# name: Test • 🐍 ${{ matrix.python-version }} • ${{matrix.runs-on}}
5656
# steps:
57-
# - uses: actions/checkout@v5
57+
# - uses: actions/checkout@v6
5858
# - uses: actions/setup-python@v6
5959
# with:
6060
# python-version: ${{ matrix.python-version }}
@@ -74,5 +74,5 @@ jobs:
7474
runs-on: ubuntu-latest
7575
name: Build distribution
7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)