Skip to content

Commit

Permalink
Updated GitHub actions dependencies
Browse files Browse the repository at this point in the history
Updated GitHub actions dependencies for the test run
  • Loading branch information
dotemacs committed Aug 13, 2024
1 parent 3e02d1c commit 8bd33f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
uses: actions/checkout@v4

- name: Prepare java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}

- name: Install clojure tools-deps
uses: DeLaGuardo/[email protected]
with:
tools-deps: 1.11.2.1446
tools-deps: 1.11.4.1474

- name: Cache Maven packages
uses: actions/[email protected]
Expand Down

0 comments on commit 8bd33f0

Please sign in to comment.