Skip to content

Commit 8babe18

Browse files
authored
Merge pull request #14 from LeakIX/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents becdbc5 + 138b369 commit 8babe18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)