|
11 | 11 | name: Lint |
12 | 12 | runs-on: ubuntu-latest |
13 | 13 | steps: |
14 | | - - uses: actions/checkout@v4 |
| 14 | + - uses: actions/checkout@v6 |
15 | 15 | with: |
16 | 16 | fetch-depth: 0 |
17 | 17 | ref: ${{ github.head_ref }} |
|
35 | 35 | name: Type Check |
36 | 36 | runs-on: ubuntu-latest |
37 | 37 | steps: |
38 | | - - uses: actions/checkout@v4 |
| 38 | + - uses: actions/checkout@v6 |
39 | 39 | with: |
40 | 40 | fetch-depth: 0 |
41 | 41 | ref: ${{ github.head_ref }} |
|
63 | 63 | os: [ubuntu-latest, macos-latest] |
64 | 64 | bun-version: [latest] |
65 | 65 | steps: |
66 | | - - uses: actions/checkout@v4 |
| 66 | + - uses: actions/checkout@v6 |
67 | 67 | with: |
68 | 68 | fetch-depth: 0 |
69 | 69 | ref: ${{ github.head_ref }} |
|
90 | 90 | matrix: |
91 | 91 | os: [ubuntu-latest, macos-latest] |
92 | 92 | steps: |
93 | | - - uses: actions/checkout@v4 |
| 93 | + - uses: actions/checkout@v6 |
94 | 94 | with: |
95 | 95 | fetch-depth: 0 |
96 | 96 | ref: ${{ github.head_ref }} |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | matrix: |
130 | 130 | os: [ubuntu-latest, macos-latest] |
131 | 131 | steps: |
132 | | - - uses: actions/checkout@v4 |
| 132 | + - uses: actions/checkout@v6 |
133 | 133 | with: |
134 | 134 | fetch-depth: 0 |
135 | 135 | ref: ${{ github.head_ref }} |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | if: github.event_name == 'pull_request' |
173 | 173 | runs-on: ubuntu-latest |
174 | 174 | steps: |
175 | | - - uses: actions/checkout@v4 |
| 175 | + - uses: actions/checkout@v6 |
176 | 176 | with: |
177 | 177 | fetch-depth: 0 |
178 | 178 | ref: ${{ github.head_ref }} |
|
0 commit comments