Skip to content

Commit cacccc5

Browse files
Update actions/checkout action to v6
1 parent e309df0 commit cacccc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

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

1010
steps:
1111
- name: Checkout project
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v6
1313
with:
1414
ref: ${{ github.head_ref }}
1515
fetch-depth: 0

.github/workflows/lighthouse.yml

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

1313
steps:
1414
- name: Checkout project
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v6
1616
with:
1717
ref: ${{ github.head_ref }}
1818
fetch-depth: 0

0 commit comments

Comments
 (0)