File tree 8 files changed +154
-153
lines changed
8 files changed +154
-153
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
if : github.event.head_commit.author.username == 'renovate[bot]'
10
10
steps :
11
- - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
11
+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
12
12
id : app-token
13
13
with :
14
14
app-id : ${{ secrets.BOT_APP_ID }}
21
21
token : ${{ steps.app-token.outputs.token }}
22
22
bot-app-slug : ${{ steps.app-token.outputs.app-slug }}
23
23
24
- - uses : YutaUra/renovate-changeset-action@c566c76dd2d1374302339f443dd9f982ce5da2c2 # v0.0.22
24
+ - uses : YutaUra/renovate-changeset-action@a2482d7bb2b3b927b92661fd293571a5accdd455 # v0.0.23
25
25
with :
26
26
message : ${{ github.event.head_commit.message }}
27
27
setup-git-user : " false"
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
timeout-minutes : 10
15
15
steps :
16
- - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
16
+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
17
17
id : app-token
18
18
with :
19
19
app-id : ${{ secrets.BOT_APP_ID }}
Original file line number Diff line number Diff line change 24
24
timeout-minutes : 10
25
25
steps :
26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
- - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
27
+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
28
28
with :
29
29
node-version : 20
30
30
- run : corepack enable pnpm
39
39
contents : write
40
40
pull-requests : write
41
41
steps :
42
- - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
42
+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
43
43
id : app-token
44
44
with :
45
45
app-id : ${{ secrets.BOT_APP_ID }}
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
timeout-minutes : 30
10
10
steps :
11
- - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
11
+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
12
12
id : app-token
13
13
with :
14
14
app-id : ${{ secrets.BOT_APP_ID }}
15
15
private-key : ${{ secrets.BOT_PRIVATE_KEY }}
16
- - uses : int128/wait-for-workflows-action@cd9f0586af438d5ba3730b22658c3a7096fd779a # v1.28 .0
16
+ - uses : int128/wait-for-workflows-action@bc6d95c2ea6d917c46d69d61b77f4db5c9c4d6ed # v1.30 .0
17
17
with :
18
18
token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 1
- 20.18.2
1
+ 20.18.3
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ inputs:
44
44
runs :
45
45
using : composite
46
46
steps :
47
- - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
47
+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
48
48
with :
49
49
node-version : 20
50
50
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@biomejs/biome" : " 1.9.4" ,
16
- "@changesets/cli" : " 2.27.11 " ,
16
+ "@changesets/cli" : " 2.28.1 " ,
17
17
"@tsconfig/strictest" : " 2.0.5" ,
18
- "@types/node" : " 20.17.16 " ,
19
- "tsup" : " 8.3.5 " ,
18
+ "@types/node" : " 20.17.19 " ,
19
+ "tsup" : " 8.3.6 " ,
20
20
"typescript" : " 5.7.3" ,
21
- "vitest" : " 2.1.8 "
21
+ "vitest" : " 2.1.9 "
22
22
},
23
23
"engines" : {
24
- "node" : " 20.18.2 "
24
+ "node" : " 20.18.3 "
25
25
},
26
- "packageManager" :
" [email protected] .4 "
26
+ "packageManager" :
" [email protected] .6 "
27
27
}
You can’t perform that action at this time.
0 commit comments