Skip to content

Commit d63fe6b

Browse files
Merge pull request #16 from NETWAYS/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 11a6e3d + 3717367 commit d63fe6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: GitHub Action
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install -r requirements.txt -r requirements-dev.txt

0 commit comments

Comments
 (0)