-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
962358f
commit e59c8ea
Showing
4 changed files
with
28 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ jobs: | |
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
- name: Get project information | ||
id: projectinfo | ||
uses: gregoranders/[email protected].20 | ||
uses: gregoranders/[email protected].21 | ||
- name: Get next possible versions | ||
id: semvers | ||
uses: WyriHaximus/github-action-next-semvers@v1 | ||
with: | ||
version: ${{ steps.projectinfo.outputs.version }} | ||
- name: Update package.json version | ||
uses: reedyuk/[email protected].1 | ||
uses: reedyuk/[email protected].2 | ||
with: | ||
version: ${{ steps.semvers.outputs.patch }} | ||
- name: Update CHANGELOG.md | ||
|
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 |
---|---|---|
|
@@ -121,7 +121,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Get project information | ||
id: projectinfo | ||
uses: gregoranders/[email protected].20 | ||
uses: gregoranders/[email protected].21 | ||
- name: Get changelog entries | ||
id: changelog_reader | ||
uses: mindsers/changelog-reader-action@v2 | ||
|
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 |
---|---|---|
|
@@ -28,14 +28,14 @@ jobs: | |
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Get project information | ||
id: projectinfo-current | ||
uses: gregoranders/[email protected].20 | ||
uses: gregoranders/[email protected].21 | ||
- name: Checkout main branch | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.event.pull_request.base.sha }} | ||
- name: Get project information | ||
id: projectinfo-main | ||
uses: gregoranders/[email protected].20 | ||
uses: gregoranders/[email protected].21 | ||
- name: Get next possible versions | ||
id: semvers | ||
uses: WyriHaximus/github-action-next-semvers@v1 | ||
|
@@ -59,7 +59,7 @@ jobs: | |
fetch-depth: 0 | ||
- name: Get project information | ||
id: projectinfo | ||
uses: gregoranders/[email protected].20 | ||
uses: gregoranders/[email protected].21 | ||
- name: Enforce changelog update | ||
uses: dangoslen/changelog-enforcer@v3 | ||
with: | ||
|
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