Skip to content

Commit 96d68e1

Browse files
authored
Merge pull request #692 from release-engineering/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents a2186b0 + a8a8dec commit 96d68e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Set up Python 3.11
1717
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)