Skip to content

Commit f5a9f2c

Browse files
dependency: Update patch (#921)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ebab138 commit f5a9f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build the Jar
3636
run: './gradlew clean eternalcore-plugin:shadowJar'
3737
- name: Upload a Build Artifact
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
with:
4040
name: 'EternalCore'
4141
path: eternalcore-plugin/build/libs/EternalCore*.jar

0 commit comments

Comments
 (0)