Skip to content

Commit

Permalink
Merge pull request #516 from Jvr2022/patch-3
Browse files Browse the repository at this point in the history
bump workflow deps
  • Loading branch information
rumboalla committed Feb 28, 2024
2 parents 2e9ba51 + cd743ec commit 9cc066d
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 @@ -6,9 +6,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Java 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
Expand Down

0 comments on commit 9cc066d

Please sign in to comment.