Skip to content

Commit

Permalink
bump GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald authored Oct 12, 2023
1 parent 5f15751 commit 6d34dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
Expand Down

0 comments on commit 6d34dbe

Please sign in to comment.