File tree Expand file tree Collapse file tree 4 files changed +9869
-3415
lines changed
Expand file tree Collapse file tree 4 files changed +9869
-3415
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 key : prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}
3333 - run : npm run format
3434 - run : git restore .github/workflows
35- - uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
35+ - uses : actions/create- github-app-token@32691ba7c9e7063bd457bd8f2a5703138591fa58 # v1
3636 id : generate-token
3737 with :
3838 app_id : ${{ secrets.ECOSPARK_APP_ID }}
3939 private_key : ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
40- - uses : peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6
40+ - uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
4141 with :
4242 author : github-actions <41898282+github-actions[bot]@users.noreply.github.com>
4343 body : I ran `npm run format` 🧑💻
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
21+ - uses : actions/create- github-app-token@32691ba7c9e7063bd457bd8f2a5703138591fa58 # v1
2222 id : generate-token
2323 with :
2424 app_id : ${{ secrets.ECOSPARK_APP_ID }}
You can’t perform that action at this time.
0 commit comments