Skip to content

Commit cee5e17

Browse files
authored
Merge pull request #1 from AlchemyViewer/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 030d915 + ce1bcf2 commit cee5e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v5
1515
- name: Install dependencies
1616
run: pip install tox

0 commit comments

Comments
 (0)