Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#143)
Browse files Browse the repository at this point in the history
Pull request: #143
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent f38d919 commit bd6d172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
java: ['8', '17']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand All @@ -28,7 +28,7 @@ jobs:
check-binary-compatibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
Expand All @@ -51,7 +51,7 @@ jobs:
LC_MESSAGES: "en_US.UTF-8"
LC_ALL: "en_US.UTF-8"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit bd6d172

Please sign in to comment.