Skip to content

Commit 718f009

Browse files
authored
Merge pull request #33 from hhatto/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6e5c88e + cd5a191 commit 718f009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10', 'pypy3.11']
1919

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

0 commit comments

Comments
 (0)