Skip to content

Commit

Permalink
Updating Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SuppieRK committed Nov 5, 2023
1 parent d100a7c commit 44916f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 1.8
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 1.8
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 44916f1

Please sign in to comment.