Skip to content

Commit 1a31f9a

Browse files
authored
Merge pull request #438 from rettinghaus/workflow
Update used GitHub actions
2 parents fa5556f + 9ca7e14 commit 1a31f9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
build:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v5
1313
- name: Set up JDK 1.8
14-
uses: actions/setup-java@v1
14+
uses: actions/setup-java@v5
1515
with:
1616
java-version: 1.8
1717
- name: Install and start Elasticsearch

0 commit comments

Comments
 (0)