Skip to content

Commit

Permalink
Updates the version of ghas to v0.0.22 (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger authored Apr 26, 2024
1 parent cedceb5 commit 80d4502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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].21
uses: scientist-softserv/actions/.github/workflows/[email protected].22
secrets: inherit
with:
platforms: "linux/amd64"
Expand All @@ -26,10 +26,10 @@ jobs:
workerTarget: hyku-worker
test:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected].21
uses: scientist-softserv/actions/.github/workflows/[email protected].22
lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected].21
uses: scientist-softserv/actions/.github/workflows/[email protected].22
with:
rubocop_cmd: 'bundle exec rubocop --parallel --format progress'

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ on:

jobs:
deploy:
uses: scientist-softserv/actions/.github/workflows/[email protected].15
uses: scientist-softserv/actions/.github/workflows/[email protected].22
secrets: inherit

0 comments on commit 80d4502

Please sign in to comment.