Skip to content

Commit d09a18d

Browse files
authored
Merge pull request #200 from WebComponentsGuide/renovate/actions-checkout-6.x
2 parents 9976891 + f2cb6e6 commit d09a18d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: Use Node.js 18.x (LTS)
2828
uses: actions/setup-node@v4
2929
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Use Node.js 18.x (LTS)
1515
uses: actions/setup-node@v4
1616
with:

0 commit comments

Comments
 (0)