Skip to content

Commit 932740e

Browse files
committed
ci: actions/checkout@v6
1 parent 448f181 commit 932740e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Styling
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99

1010
- uses: biomejs/setup-biome@v2
1111

@@ -15,7 +15,7 @@ jobs:
1515
name: TypeScript
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)