Skip to content

Commit 4b27bf8

Browse files
chore(deps):(deps): bump actions/checkout from 4 to 6 (#32)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d860a0 commit 4b27bf8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ['3.13', '3.14']
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v7
@@ -47,7 +47,7 @@ jobs:
4747
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151

5252
- name: Install uv
5353
uses: astral-sh/setup-uv@v7

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010
- uses: astral-sh/ruff-action@v3
1111
with:
1212
args: "format --check"

0 commit comments

Comments
 (0)