Skip to content

Commit

Permalink
Update ghas to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Apr 25, 2024
1 parent 3cf093d commit 36577d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/build.yaml@upgrade-node20-actions
secrets: inherit
with:
platforms: "linux/amd64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/build.yaml@upgrade-node20-actions
secrets: inherit
with:
platforms: "linux/amd64"
Expand Down
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/build.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/build.yaml@upgrade-node20-actions
secrets: inherit
with:
platforms: 'linux/amd64'
Expand All @@ -26,15 +26,15 @@ jobs:

test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/test.yaml@upgrade-node20-actions
with:
confdir: '/app/samvera/hyrax-webapp/solr/conf'
webTarget: hyku-web
workerTarget: hyku-worker

lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/lint.yaml@upgrade-node20-actions
with:
webTarget: hyku-web
workerTarget: hyku-worker
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ on:

jobs:
deploy:
uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/deploy.yaml@upgrade-node20-actions
secrets: inherit

0 comments on commit 36577d1

Please sign in to comment.