Skip to content

Commit a1e1af7

Browse files
committed
Update GH action versions
1 parent 453f462 commit a1e1af7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
run:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v6
1010
- name: Set up JDK 21
11-
uses: actions/setup-java@v3
11+
uses: actions/setup-java@v5
1212
with:
1313
java-version: 21
1414
distribution: 'temurin'
15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v4
1616
with:
1717
path: |
1818
~/.gradle/caches
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: ./gradlew build
2727
- name: Upload artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: build-artifacts
3131
path: |

0 commit comments

Comments
 (0)