Skip to content

Commit ed7c1e3

Browse files
authored
Merge pull request #42 from YannicEl/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents b270ab0 + 85949d6 commit ed7c1e3

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)