Skip to content

Commit

Permalink
Upgrade GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Mar 15, 2024
1 parent ee093cc commit b4a680e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
uses: actions/checkout@v4

- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}

- name: Prepare java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: 11
Expand All @@ -39,7 +39,7 @@ jobs:
cli: 1.10.3.1040

- name: Cache clojure dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository
Expand Down

0 comments on commit b4a680e

Please sign in to comment.