Skip to content

Commit

Permalink
chore: bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 10, 2024
1 parent 78083c9 commit b8f690b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
gradle-version: [7.4, 7.5, 7.6]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: zulu
Expand Down

0 comments on commit b8f690b

Please sign in to comment.