Skip to content

Commit bc05a61

Browse files
authored
Merge pull request #15 from Project-Platypus/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 4917a77 + 95b0b89 commit bc05a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout source
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v6
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout source
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050

5151
- name: Get minimum Python version
5252
run: |

0 commit comments

Comments
 (0)