Skip to content

Commit 5ffd491

Browse files
committed
chore: bumps
1 parent fd66bc2 commit 5ffd491

9 files changed

Lines changed: 184 additions & 194 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: r5n-m2-ultra
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
with:
1616
fetch-depth: 0
1717
ref: ${{ github.head_ref }}
@@ -31,7 +31,7 @@ jobs:
3131
name: Type Check
3232
runs-on: r5n-m2-ultra
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737
ref: ${{ github.head_ref }}
@@ -51,7 +51,7 @@ jobs:
5151
name: Test
5252
runs-on: r5n-m2-ultra
5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555
with:
5656
fetch-depth: 0
5757
ref: ${{ github.head_ref }}
@@ -71,7 +71,7 @@ jobs:
7171
name: Build
7272
runs-on: r5n-m2-ultra
7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575
with:
7676
fetch-depth: 0
7777
ref: ${{ github.head_ref }}
@@ -103,7 +103,7 @@ jobs:
103103
needs: build
104104
runs-on: r5n-m2-ultra
105105
steps:
106-
- uses: actions/checkout@v6
106+
- uses: actions/checkout@v7
107107
with:
108108
fetch-depth: 0
109109
ref: ${{ github.head_ref }}
@@ -142,7 +142,7 @@ jobs:
142142
if: github.event_name == 'pull_request'
143143
runs-on: r5n-m2-ultra
144144
steps:
145-
- uses: actions/checkout@v6
145+
- uses: actions/checkout@v7
146146
with:
147147
fetch-depth: 0
148148
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@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
ref: ${{ github.head_ref }}

.github/workflows/security.yml

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)