Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 50fe361

Browse files
authored
Update release.yml
Updated versions of GitHub Actions
1 parent 9b6eb72 commit 50fe361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
steps:
1515

16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v3
1717

1818
- name: Install haveged
1919
run: sudo apt-get install haveged
2020

2121
- name: Set up JDK 17
22-
uses: actions/setup-java@v1
22+
uses: actions/setup-java@v3
2323
with:
2424
distribution: zulu
2525
java-version: 17

0 commit comments

Comments
 (0)