Skip to content

Commit 2eee0a9

Browse files
authored
Merge pull request #138 from kinde-oss/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents d80d096 + 0c2210b commit 2eee0a9

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
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Checkout Code Repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)