Skip to content

Commit

Permalink
chore(deps): Update gradle and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2023
1 parent affc242 commit 9512dbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- name: "checkout repository"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"

- name: "validate gradle wrapper"
uses: "gradle/wrapper-validation-action@v1"
Expand All @@ -34,7 +34,7 @@ jobs:
cache: "gradle"

# Actually build
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- name: "checkout repository"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"

- name: "validate gradle wrapper"
uses: "gradle/wrapper-validation-action@v1"
Expand All @@ -38,7 +38,7 @@ jobs:
cache: "gradle"

# Actually build
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packetevents = "1.8.2"
placeholderapi = "2.11.2-DEV-148"
xseries = "8.6.1"
cloud = "1.6.1"
run-paper = "1.0.6"
run-paper = "2.2.0"
delta = "1.0.67-SNAPSHOT"
helper = "5.6.9"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9512dbe

Please sign in to comment.