Skip to content

Commit f0f97dd

Browse files
authored
Update GitHub Actions to use latest versions
1 parent df151aa commit f0f97dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Setup JDK
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: '20'
2020
distribution: 'temurin'

0 commit comments

Comments
 (0)