Skip to content

Commit c12df9b

Browse files
authored
Merge pull request #1 from srijansk/dependabot/github_actions/actions/checkout-6
chore(deps): Bump actions/checkout from 4 to 6
2 parents 5876d83 + a100b16 commit c12df9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v3

0 commit comments

Comments
 (0)