Skip to content

Commit 855c4dc

Browse files
authored
Merge pull request #2 from subodh101/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents ef938c1 + 6b96f9f commit 855c4dc

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
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ["3.12", "3.13"]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

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

0 commit comments

Comments
 (0)