Skip to content

Commit

Permalink
Upgrade github checkout and cache actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncorrea committed May 18, 2024
1 parent a21e05f commit e4440ee
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,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up JDK 21
uses: actions/setup-java@v4
Expand All @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'

- name: Cache Clojure Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-deps-${{ hashFiles('**/deps.edn') }}
Expand Down

0 comments on commit e4440ee

Please sign in to comment.