Skip to content

Commit 70caf6b

Browse files
authored
Merge pull request #12 from joakimwinum/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0ee8264 + 4becad4 commit 70caf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jupyter.yml

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

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6
2222
with:

0 commit comments

Comments
 (0)