-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
- Loading branch information
1 parent
e3951e6
commit b564afa
Showing
6 changed files
with
1,895 additions
and
1,007 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,15 @@ jobs: | |
steps: | ||
- name: Generate Token | ||
id: generate-token | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].5 | ||
with: | ||
app-id: ${{ secrets.APP_ID }} | ||
private-key: ${{ secrets.APP_PRIVATE_KEY }} | ||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
token: ${{ steps.generate-token.outputs.token }} | ||
- name: Run tagpr | ||
uses: Songmu/tagpr@v1.4.2 | ||
uses: Songmu/tagpr@v1.5.1 | ||
env: | ||
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,19 @@ jobs: | |
name: Test | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Cache pnpm modules | ||
uses: actions/cache@v4.1.1 | ||
uses: actions/cache@v4.2.1 | ||
with: | ||
path: ~/.pnpm-store | ||
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} | ||
restore-keys: | | ||
${{ runner.os }}- | ||
- uses: pnpm/action-setup@v4.0.0 | ||
- uses: pnpm/action-setup@v4.1.0 | ||
with: | ||
run_install: true | ||
- name: Use Node.js | ||
uses: actions/setup-node@v4.0.4 | ||
uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version-file: .node-version | ||
cache: "pnpm" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
20.18.0 | ||
20.18.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.