Skip to content

Commit 008e218

Browse files
authored
Merge pull request #14 from cjermain/dependabot/github_actions/actions/checkout-6
ci(deps): bump actions/checkout from 5 to 6
2 parents e3fc9f7 + e74ecea commit 008e218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: ["ubuntu"]
1313
runs-on: ${{ matrix.os }}-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.12"

0 commit comments

Comments
 (0)