Skip to content

Commit 94dfe11

Browse files
Merge pull request #53 from rohanpm/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents dd5aeb9 + c6893dc commit 94dfe11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
id-token: write
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)