Skip to content

Commit

Permalink
update GH actions version to fix rspec in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed May 17, 2024
1 parent e027736 commit 912dfb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected].18
uses: scientist-softserv/actions/.github/workflows/[email protected].22
secrets: inherit
with:
platforms: 'linux/amd64'
Expand All @@ -26,7 +26,7 @@ jobs:

test:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected].18
uses: scientist-softserv/actions/.github/workflows/[email protected].22
with:
confdir: '/app/samvera/hyrax-webapp/solr/conf'
webTarget: hyku-web
Expand All @@ -35,7 +35,7 @@ jobs:

lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected].18
uses: scientist-softserv/actions/.github/workflows/[email protected].22
with:
webTarget: hyku-web
workerTarget: hyku-worker
Expand Down

0 comments on commit 912dfb6

Please sign in to comment.