This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 依存パッケージアップデート 2022/03/28 (#770)
* chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1 * chore(deps): update shogo82148/actions-upload-release-asset action to v1.6.1 * fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.16 * fix(deps): update dependency com.sk89q.worldedit:worldedit-bukkit to v7.2.10 * fix(deps): update dependency com.sk89q.worldedit:worldedit-core to v7.2.10 * chore(deps): update actions/cache action to v3 * chore(deps): update jetbrains/qodana-action action to v5 * chore(deps): update peter-evans/create-or-update-comment action to v2 * fix(deps): update dependency org.json:json to v20220320 Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
c78fa25
commit a4546d2
Showing
7 changed files
with
15 additions
and
15 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
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
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
distribution: adopt | ||
|
||
- name: Cache local Maven repository | ||
uses: actions/cache@v2 | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -71,7 +71,7 @@ jobs: | |
body: ${{ steps.tag_version.outputs.changelog }} | ||
|
||
- name: Upload Release Asset | ||
uses: shogo82148/[email protected].0 | ||
uses: shogo82148/[email protected].1 | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: target/*.jar | ||
|
@@ -82,7 +82,7 @@ jobs: | |
sha256sum *.jar > sha256sum.txt | ||
- name: Upload Release Asset sha256sum.txt | ||
uses: shogo82148/[email protected].0 | ||
uses: shogo82148/[email protected].1 | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: target/sha256sum.txt | ||
|
@@ -119,7 +119,7 @@ jobs: | |
|
||
- name: Is Successful Deploy | ||
if: ${{ fromJson(steps.deployRequest.outputs.response).status == 'SUCCESSFUL' }} | ||
uses: peter-evans/create-or-update-comment@v1 | ||
uses: peter-evans/create-or-update-comment@v2 | ||
with: | ||
issue-number: ${{ github.event.pull_request.number }} | ||
body: | | ||
|
@@ -133,7 +133,7 @@ jobs: | |
- name: Is Failed Deploy | ||
if: ${{ fromJson(steps.deployRequest.outputs.response).status == 'ERROR' }} | ||
uses: peter-evans/create-or-update-comment@v1 | ||
uses: peter-evans/create-or-update-comment@v2 | ||
with: | ||
issue-number: ${{ github.event.pull_request.number }} | ||
body: | | ||
|
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