Skip to content

Commit d4d5ef9

Browse files
committed
Update build workflow to v4 actions
1 parent 5406acc commit d4d5ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Set up JDK
12-
uses: actions/setup-java@v2
12+
uses: actions/setup-java@v4
1313
with:
1414
java-version: '21'
1515
distribution: 'temurin'

0 commit comments

Comments
 (0)