Skip to content

Commit 1263ad5

Browse files
Merge pull request #41 from renefritze/dependabot/github_actions/actions/checkout-6
⬆️ Bump actions/checkout from 4 to 6
2 parents 69a4080 + dec47e2 commit 1263ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ['3.10', '3.11', '3.12', '3.13']
1313
fail-fast: false
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v5
1818
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)