File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
17+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@7f488cf82a3629ee755e4e97342c01d6bed318fa # v1.3.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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .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
8+ id(" com.gradleup.shadow" ) version " 8.3.9 " apply false
99 id(" io.micronaut.library" ) version " 4.5.4" apply false
1010 id(" io.micronaut.application" ) version " 4.5.4" apply false
1111 id(" io.micronaut.docker" ) version " 4.5.4" apply false
1212 id(" io.micronaut.aot" ) version " 4.5.4" apply false
1313 id(" io.micronaut.test-resources" ) version " 4.5.4" apply false
14- id(" net.kyori.indra.licenser.spotless" ) version " 3.1.3 "
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