File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
17+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1818 with :
1919 path : |
2020 ~/.gradle/caches
@@ -23,19 +23,19 @@ jobs:
2323 key : ${{ runner.os }}-gradle-test-${{ hashFiles('**/*.gradle') }}
2424 restore-keys : ${{ runner.os }}-gradle-test-
2525 - name : Setup GraalVM CE
26- uses : graalvm/setup-graalvm@e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805 # v1.3.4
26+ uses : graalvm/setup-graalvm@54b4f5a65c1a84b2fdfdc2078fe43df32819e4b1 # v1.4.5
2727 with :
2828 java-version : ' 24'
2929 distribution : ' graalvm'
3030
3131 - name : Docker login to DockerHub
32- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
32+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
3333 with :
3434 username : ${{ secrets.DOCKER_HUB_DEPLOYMENT_USERNAME }}
3535 password : ${{ secrets.DOCKER_HUB_DEPLOYMENT_TOKEN }}
3636
3737 - name : Docker Login to GitHub
38- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
38+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
3939 with :
4040 registry : ghcr.io
4141 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ group = "systemofadownload"
55
66plugins {
77 `java- library`
8- id(" com.gradleup.shadow" ) version " 8.3.7 " apply false
9- id(" io.micronaut.library" ) version " 4.5.4 " apply false
10- id(" io.micronaut.application" ) version " 4.5.4 " apply false
11- id(" io.micronaut.docker" ) version " 4.5.4 " apply false
12- id(" io.micronaut.aot" ) version " 4.5.4 " apply false
13- id(" io.micronaut.test-resources" ) version " 4.5.4 " apply false
14- id(" net.kyori.indra.licenser.spotless" ) version " 3.1.3 "
8+ id(" com.gradleup.shadow" ) version " 8.3.9 " apply false
9+ id(" io.micronaut.library" ) version " 4.6.1 " apply false
10+ id(" io.micronaut.application" ) version " 4.6.1 " apply false
11+ id(" io.micronaut.docker" ) version " 4.6.1 " apply false
12+ id(" io.micronaut.aot" ) version " 4.6.1 " apply false
13+ id(" io.micronaut.test-resources" ) version " 4.6.1 " apply false
14+ id(" net.kyori.indra.licenser.spotless" ) version " 3.2.0 "
1515}
1616
1717repositories {
You can’t perform that action at this time.
0 commit comments