Skip to content

Commit

Permalink
update .gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Sep 28, 2023
1 parent 714d62a commit 80e0fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Java ${{ matrix.jdk }}
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v3.12.0
with:
java-version: ${{ matrix.jdk }}
- name: Setup Clojure
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: "Setup Java 8"
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v3.12.0
with:
java-version: 8 # build releases with java 8 for maximum compatibility
- name: Setup Clojure
Expand Down

0 comments on commit 80e0fb5

Please sign in to comment.