Skip to content

Commit

Permalink
Update build.yml (#135)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update release.yml
  • Loading branch information
portlek authored Aug 27, 2024
1 parent 0153286 commit 8bde31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: "Build"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-java@v4"
- uses: "actions/checkout@master"
- uses: "actions/setup-java@master"
with:
distribution: "adopt"
java-version: "11"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-java@v4"
- uses: "actions/checkout@master"
- uses: "actions/setup-java@master"
with:
distribution: "adopt"
java-version: "11"
Expand Down

0 comments on commit 8bde31d

Please sign in to comment.