Skip to content

Commit

Permalink
upgrade action versions (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored Aug 31, 2023
1 parent 3cd08fd commit cd3b4a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Stable with rustfmt and clippy
uses: actions-rs/toolchain@v1
Expand All @@ -21,7 +21,7 @@ jobs:
components: rustfmt, clippy

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
- rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: "temurin"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Stable with rustfmt and clippy
uses: actions-rs/toolchain@v1
Expand All @@ -21,7 +21,7 @@ jobs:
components: rustfmt, clippy

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
- rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: "temurin"
Expand Down

0 comments on commit cd3b4a7

Please sign in to comment.