Skip to content

Commit b9184cc

Browse files
authored
Merge pull request #192 from Commencis/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 409ef07 + fe62f41 commit b9184cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v5
22+
uses: actions/checkout@v6
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@v5
19+
uses: actions/checkout@v6
2020

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

0 commit comments

Comments
 (0)