Skip to content

Commit 3f30829

Browse files
authored
Merge pull request #6 from nbprint/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6129c13 + 3d80c70 commit 3f30829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ["3.11"]
3434

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737

3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)