File tree 6 files changed +1114
-516
lines changed
6 files changed +1114
-516
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
ref : ${{ github.event.pull_request.head.ref }}
21
21
- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
22
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
23
23
with :
24
24
node-version-file : " .nvmrc"
25
25
cache : " pnpm"
@@ -31,12 +31,12 @@ jobs:
31
31
script : |
32
32
const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
33
33
await script({github, context, core})
34
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
34
+ - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
35
35
id : app-token
36
36
with :
37
37
app-id : ${{ vars.BOT_APPID }}
38
38
private-key : ${{ secrets.BOT_SECRET }}
39
- - uses : stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
39
+ - uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
40
40
with :
41
41
commit_user_email : 168325803+astrolicious[bot]@users.noreply.github.com
42
42
commit_user_name : astrolicious[bot]
Original file line number Diff line number Diff line change 15
15
contents : write
16
16
17
17
steps :
18
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
18
+ - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
19
19
id : app-token
20
20
with :
21
21
app-id : ${{ vars.BOT_APPID }}
30
30
uses : pnpm/action-setup@v3
31
31
32
32
- name : Setup Node
33
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
33
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
34
34
with :
35
35
node-version-file : " .nvmrc"
36
36
cache : " pnpm"
42
42
run : pnpm run format
43
43
44
44
- name : Commit changes
45
- uses : stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
45
+ uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
46
46
with :
47
47
commit_message : " [ci] lint"
48
48
branch : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 1
- 20.18.3
1
+ 20.19.0
You can’t perform that action at this time.
0 commit comments