Skip to content

Commit 8ccdb4a

Browse files
Bump spigot-api from 1.20-R0.1-SNAPSHOT to 1.20.1-R0.1-SNAPSHOT (PotatoCraft-Studio#361)
* Bump spigot-api from 1.20-R0.1-SNAPSHOT to 1.20.1-R0.1-SNAPSHOT Bumps spigot-api from 1.20-R0.1-SNAPSHOT to 1.20.1-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update conflibot.yml * Update conflibot.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sandtechnology <20417547+sandtechnology@users.noreply.github.com>
1 parent 56118ac commit 8ccdb4a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/conflibot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
- name: Warn potential conflicts
1010
uses: wktk/conflibot@v1.1.0
1111
with:
12-
github-token: ${{ GITHUB_TOKEN }}
12+
github-token: ${{ github.token }}
1313
exclude: |
1414
yarn.lock
1515
**/*.bin
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.CONFLICT_BOT_TOKEN }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
<dependency>
628628
<groupId>org.spigotmc</groupId>
629629
<artifactId>spigot-api</artifactId>
630-
<version>1.20-R0.1-SNAPSHOT</version>
630+
<version>1.20.1-R0.1-SNAPSHOT</version>
631631
<scope>provided</scope>
632632
</dependency>
633633
<dependency>

0 commit comments

Comments
 (0)