Skip to content

Commit bae7a62

Browse files
Merge pull request #80 from remo-rcm/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ffdef9f + 740dd85 commit bae7a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Bookend python versions
2929
python-version: ["3.9", "3.10"]
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0 # Fetch all history for all branches and tags.
3434
- name: Set environment variables

0 commit comments

Comments
 (0)