File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
if : always() && github.event.inputs.release == 'true' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
75
75
runs-on : ubuntu-latest
76
76
steps :
77
- - uses : actions/create-github-app-token@v1
77
+ - uses : actions/create-github-app-token@v2
78
78
id : app-token
79
79
with :
80
80
app-id : ${{ secrets.ECOSPARK_APP_ID }}
Original file line number Diff line number Diff line change 31
31
key : prettier-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('package.json') }}
32
32
- run : pnpm format
33
33
- run : git restore .github/workflows pnpm-lock.yaml CHANGELOG.md
34
- - uses : actions/create-github-app-token@v1
34
+ - uses : actions/create-github-app-token@v2
35
35
id : generate-token
36
36
with :
37
37
app-id : ${{ secrets.ECOSPARK_APP_ID }}
Original file line number Diff line number Diff line change 24
24
cache : pnpm
25
25
node-version : lts/*
26
26
- run : pnpm -r up --ignore-scripts react-compiler-runtime@rc babel-plugin-react-compiler@rc eslint-plugin-react-hooks@experimental
27
- - uses : actions/create-github-app-token@v1
27
+ - uses : actions/create-github-app-token@v2
28
28
id : generate-token
29
29
with :
30
30
app-id : ${{ secrets.ECOSPARK_APP_ID }}
You can’t perform that action at this time.
0 commit comments