Skip to content

Commit 50d1992

Browse files
authored
Merge pull request #14 from spearhead-he/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f2b69e2 + e7b3569 commit 50d1992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v6
2525
with:

0 commit comments

Comments
 (0)