Skip to content

Commit dcad975

Browse files
authored
Merge pull request #18 from teamtomo/dependabot/github_actions/actions/checkout-6
ci(dependabot): bump actions/checkout from 4 to 6
2 parents 8279901 + 60fbf1b commit dcad975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
platform: [ ubuntu-latest, macos-latest ] # windows-latest]
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030

3131
- name: 🐍 Set up Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@v5
@@ -60,7 +60,7 @@ jobs:
6060
contents: write
6161

6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464
with:
6565
fetch-depth: 0
6666

0 commit comments

Comments
 (0)