Skip to content

Commit

Permalink
ci: update deprecated GitHub actions (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestbeforetoday authored May 30, 2024
1 parent 3bbcf82 commit 9a0de46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/actions/wrapper-validation@v3
java:
name: Build and Test Java
runs-on: ubuntu-latest
Expand All @@ -42,7 +42,7 @@ jobs:
with:
submodules: recursive
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
submodules: recursive
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 9a0de46

Please sign in to comment.