Skip to content

Commit

Permalink
Bump checkout versions
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Jun 13, 2023
1 parent a17d12f commit f96a422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Prepare java
uses: actions/setup-java@v1
with:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: ls .m2
run: ls -la ~/.m2/repository/org/
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@3.4
uses: DeLaGuardo/setup-clojure@11
with:
# Install just one or all simultaneously
cli: 1.10.1.693 # Clojure CLI based on tools.deps
Expand Down

0 comments on commit f96a422

Please sign in to comment.