mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
build: Update actions/checkout action to v2.4.0 (#3393)
* build: Update actions/checkout action to v2.4.0 * chore: Invert bolt's status Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
parent
7002df0bc7
commit
76b58485a9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: Validate Gradle Wrapper"
|
- name: Validate Gradle Wrapper"
|
||||||
uses: gradle/wrapper-validation-action@v1.0.4
|
uses: gradle/wrapper-validation-action@v1.0.4
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"baseBranches": ["v6"]
|
"baseBranches": ["v6"]
|
||||||
},
|
},
|
||||||
"checkRunSettings": {
|
"checkRunSettings": {
|
||||||
"vulnerableCheckRunConclusionLevel": "failure",
|
"vulnerableCheckRunConclusionLevel": "success",
|
||||||
"displayMode": "diff"
|
"displayMode": "diff"
|
||||||
},
|
},
|
||||||
"issueSettings": {
|
"issueSettings": {
|
||||||
|
Loading…
Reference in New Issue
Block a user