Skip to content

Commit

Permalink
update github actions versions
Browse files Browse the repository at this point in the history
to avoid error: ".yarn-tarball.tgz: no space left on device"

ref: https://assaydepot.slack.com/archives/C0313NK5NMA/p1713461713731049
  • Loading branch information
ShanaLMoore committed Jul 22, 2024
1 parent 4f884a1 commit 7725850
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/build.yaml@v0.0.18
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.22
secrets: inherit
with:
platforms: 'linux/amd64'
Expand All @@ -26,7 +26,7 @@ jobs:

test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.18
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.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/lint.yaml@v0.0.18
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.22
with:
webTarget: hyku-web
workerTarget: hyku-worker
Expand Down

0 comments on commit 7725850

Please sign in to comment.