Skip to content

Commit 8c0120a

Browse files
ci: bump actions/checkout from 4 to 6 (#1)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 151af94 commit 8c0120a

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
ref: ${{ github.head_ref }}
@@ -35,7 +35,7 @@ jobs:
3535
name: Type Check
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141
ref: ${{ github.head_ref }}
@@ -63,7 +63,7 @@ jobs:
6363
os: [ubuntu-latest, macos-latest]
6464
bun-version: [latest]
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969
ref: ${{ github.head_ref }}
@@ -90,7 +90,7 @@ jobs:
9090
matrix:
9191
os: [ubuntu-latest, macos-latest]
9292
steps:
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v6
9494
with:
9595
fetch-depth: 0
9696
ref: ${{ github.head_ref }}
@@ -129,7 +129,7 @@ jobs:
129129
matrix:
130130
os: [ubuntu-latest, macos-latest]
131131
steps:
132-
- uses: actions/checkout@v4
132+
- uses: actions/checkout@v6
133133
with:
134134
fetch-depth: 0
135135
ref: ${{ github.head_ref }}
@@ -172,7 +172,7 @@ jobs:
172172
if: github.event_name == 'pull_request'
173173
runs-on: ubuntu-latest
174174
steps:
175-
- uses: actions/checkout@v4
175+
- uses: actions/checkout@v6
176176
with:
177177
fetch-depth: 0
178178
ref: ${{ github.head_ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: "!contains(github.event.head_commit.message, 'release(🎉):')"
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
ref: ${{ github.head_ref }}

.github/workflows/security.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Dependency Audit
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
ref: ${{ github.head_ref }}
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
language: ['typescript', 'javascript']
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050
ref: ${{ github.head_ref }}
@@ -71,7 +71,7 @@ jobs:
7171
name: Secret Scanning
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
7777
ref: ${{ github.head_ref }}
@@ -90,7 +90,7 @@ jobs:
9090
name: License Check
9191
runs-on: ubuntu-latest
9292
steps:
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v6
9494
with:
9595
fetch-depth: 0
9696
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)