Skip to content

Commit

Permalink
Merge pull request #50 from mbien/ci-bump-actions
Browse files Browse the repository at this point in the history
Bump github action versions
  • Loading branch information
neilcsmith-net authored Apr 5, 2024
2 parents c6433c9 + 65e05a8 commit d235c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit d235c03

Please sign in to comment.