Skip to content

Commit fd5580b

Browse files
chore(deps): update actions/checkout action to v6
1 parent c68c2f0 commit fd5580b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
name: editorconfig
1010
steps:
1111
- name: Checkout the repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Check editorconfig
1414
uses: editorconfig-checker/action-editorconfig-checker@main
1515
package-json:
1616
runs-on: ubuntu-latest
1717
name: package.json
1818
steps:
1919
- name: Checkout the repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v2
2323
with:

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: commitlint
88
steps:
99
- name: Checkout the repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
- name: Install pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Publish package
99
steps:
1010
- name: Checkout the repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v2
1414
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: unit
1111
steps:
1212
- name: Checkout the repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v2
1616
with:

0 commit comments

Comments
 (0)