Skip to content

Commit 0d1c3a4

Browse files
authored
Merge pull request #676 from notch8/test-new-ghas
Update GHA's to v1.0.10
2 parents 79d85d3 + f39b84a commit 0d1c3a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-test-lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ on:
2424
jobs:
2525
build:
2626
permissions: write-all
27-
uses: notch8/actions/.github/workflows/build.yaml@v1.0.9
27+
uses: notch8/actions/.github/workflows/build.yaml@v1.0.10
2828
secrets: inherit
2929
with:
3030
components: '["web","worker","solr"]'
3131

3232
test:
3333
needs: build
34-
uses: notch8/actions/.github/workflows/test.yaml@v1.0.9
34+
uses: notch8/actions/.github/workflows/test.yaml@v1.0.10
3535
with:
3636
confdir: "/app/samvera/hyrax-webapp/solr/conf"
3737
rspec_cmd: "cd .. && gem install semaphore_test_boosters && bundle && rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL"
3838

3939
lint:
4040
needs: build
41-
uses: notch8/actions/.github/workflows/lint.yaml@v1.0.9
41+
uses: notch8/actions/.github/workflows/lint.yaml@v1.0.10
4242
with:
4343
rubocop_cmd: "cd .. && bundle && bundle exec rubocop --parallel --format progress --format junit --out rubocop.xml"
4444

4545
reports:
4646
if: always()
4747
needs: [test, lint]
48-
uses: notch8/actions/.github/workflows/report.yaml@v1.0.9
48+
uses: notch8/actions/.github/workflows/report.yaml@v1.0.10

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ on:
1919

2020
jobs:
2121
deploy:
22-
uses: notch8/actions/.github/workflows/deploy.yaml@v1.0.9
22+
uses: notch8/actions/.github/workflows/deploy.yaml@v1.0.10
2323
secrets: inherit

0 commit comments

Comments
 (0)