Skip to content

Commit fef42be

Browse files
authored
Merge pull request #369 from Commencis/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 8aa151f + 05fc35e commit fef42be

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/breezy-dogs-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@commencis/starter-react-vite': patch
3+
---
4+
5+
chore(deps): update actions/checkout action to v5

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Setup
2525
uses: commencis/js-toolkit/.github/actions/setup@main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Setup
2222
uses: commencis/js-toolkit/.github/actions/setup@main

0 commit comments

Comments
 (0)