Skip to content

Commit

Permalink
deps: Bump outdated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 1, 2024
1 parent cbb3820 commit b282bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: DeLaGuardo/setup-clojure@master
with:
lein: '2.10.0'
lein: '2.11.2'

- name: Show versions
run: |
Expand Down

0 comments on commit b282bc5

Please sign in to comment.