Skip to content

Commit 6a63297

Browse files
authored
Merge pull request #30 from hhatto/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents d1c7c49 + 2e642c6 commit 6a63297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9', 'pypy3.10']
1919

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

0 commit comments

Comments
 (0)