Skip to content

Commit 18e6256

Browse files
GH-87 Update all dependencies (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e615b2b commit 18e6256

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
fail-fast: false
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.5.3
15+
uses: actions/checkout@v4.0.0
1616
- name: 'Set up JDK ${{ matrix.java }}'
1717
uses: actions/[email protected]
1818
with:
1919
distribution: adopt
2020
java-version: '${{ matrix.java }}'
2121
- name: Cache Gradle
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
path: ~/.gradle
2525
key: >-
@@ -33,12 +33,12 @@ jobs:
3333
- name: Build the paper-support jar
3434
run: './gradlew paper-support:shadowJar'
3535
- name: Upload a chat-formatter build artifact
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].3
3737
with:
3838
name: 'Successfully build ChatFormatter JDK${{ matrix.jdk }}'
3939
path: chat-formatter/build/libs/*.jar
4040
- name: Upload a paper-support build artifact
41-
uses: actions/[email protected].2
41+
uses: actions/[email protected].3
4242
with:
4343
name: 'Successfully build paper-support JDK${{ matrix.jdk }}'
4444
path: paper-support/build/libs/*.jar

0 commit comments

Comments
 (0)