Skip to content

Commit

Permalink
Bump actions versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Paluch <mark.paluch@broadcom.com>
  • Loading branch information
mp911de committed Oct 17, 2024
1 parent d0a8c8a commit 908366d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- os: ubuntu-latest
mvn: ./mvnw
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
include:
- os: ubuntu-latest
mvn: ./mvnw
- os: windows-latest
mvn: mvn
- os: macos-latest
mvn: ./mvnw
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
if: github.repository == 'r2dbc/r2dbc-pool'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
Expand Down

0 comments on commit 908366d

Please sign in to comment.