Skip to content

Commit be959fd

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#5251)
1 parent edfe5a7 commit be959fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/external-links-checker.yaml

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@v5.0.1
13+
uses: actions/checkout@v6.0.0
1414
- name: Setup Node.js v20
1515
uses: actions/[email protected]
1616
with:

.github/workflows/lighthouse-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository == 'OpenLightingProject/open-fixture-library'
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5.0.1
13+
uses: actions/checkout@v6.0.0
1414
- name: Run the Lighthouse CI
1515
uses: treosh/[email protected]
1616
with:

.github/workflows/lighthouse-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ALLOW_SEARCH_INDEXING: allowed
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5.0.1
18+
uses: actions/checkout@v6.0.0
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
- name: Setup Node.js v20

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5.0.1
12+
uses: actions/checkout@v6.0.0
1313
- name: Setup Node.js v20
1414
uses: actions/[email protected]
1515
with:
@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v5.0.1
45+
uses: actions/checkout@v6.0.0
4646
with:
4747
fetch-depth: 0 # complete history for all branches and tags
4848
- name: Setup Node.js v20
@@ -68,7 +68,7 @@ jobs:
6868
continue-on-error: true
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v5.0.1
71+
uses: actions/checkout@v6.0.0
7272
- name: Check Markdown Links in modified files
7373
uses: gaurav-nelson/github-action-markdown-link-check@v1
7474
with:

0 commit comments

Comments
 (0)