Skip to content

Commit

Permalink
update test workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 4, 2023
1 parent 3cdb62e commit 9d9a69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
clojure-version: ["1.10.3", "1.11.1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand Down

0 comments on commit 9d9a69a

Please sign in to comment.