Skip to content

Commit

Permalink
build(github): updates github action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Oct 25, 2024
1 parent 7fe55e5 commit 7f60127
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/nevergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 23.0.1

- name: Install clojure tools-deps
uses: DeLaGuardo/setup-clojure@11.0
uses: DeLaGuardo/setup-clojure@12.5
with:
lein: 2.9.10
lein: 2.11.2

- name: Clojure - dependencies
run: lein deps
Expand All @@ -37,7 +37,7 @@ jobs:
lein lint
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 22.2.0

Expand All @@ -56,7 +56,7 @@ jobs:
lein uberjar
- name: Run Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_BASE_URL: 'http://localhost:5000'
CYPRESS_TRAY_URL: 'https://raw.githubusercontent.com/build-canaries/nevergreen/main/cctray_xml_feed_mock/resources/cctray.xml'
Expand All @@ -69,7 +69,7 @@ jobs:
wait-on: http://localhost:5000

- name: Store test reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-reports
Expand All @@ -78,7 +78,7 @@ jobs:
target/test-reports
- name: Store Nevergreen artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nevergreen-jar
path: target/nevergreen-standalone.jar

0 comments on commit 7f60127

Please sign in to comment.