Skip to content

Commit 0c27934

Browse files
chore(deps): update non-major
1 parent 581d000 commit 0c27934

File tree

4 files changed

+9869
-3415
lines changed

4 files changed

+9869
-3415
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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` 🧑‍💻

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)