diff --git a/.github/workflows/build-base.yaml b/.github/workflows/build-base.yaml index bc539c02..4603c751 100644 --- a/.github/workflows/build-base.yaml +++ b/.github/workflows/build-base.yaml @@ -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" diff --git a/.github/workflows/build-solr.yaml b/.github/workflows/build-solr.yaml index ba0e62b0..f6c59e26 100644 --- a/.github/workflows/build-solr.yaml +++ b/.github/workflows/build-solr.yaml @@ -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" diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index c00fa924..737dc4a5 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -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' @@ -26,7 +26,7 @@ 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 @@ -34,7 +34,7 @@ jobs: 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 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8aceada2..df9c40fd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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