Skip to content

Commit 920d90d

Browse files
chore(deps) Update actions/checkout action to v6
1 parent c7c6294 commit 920d90d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
cancel-in-progress: true
99
steps:
1010
- name: 💾 Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
with:
1313
ref: ${{ github.event.pull_request.head.sha }}
1414

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
cancel-in-progress: true
99
steps:
1010
- name: 💾 Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: ⎔ Setup node
1414
uses: actions/setup-node@v5

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.ref_name == 'dev'
1313
steps:
1414
- name: 💾 Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
ref: master
1818

0 commit comments

Comments
 (0)