From f413e3d60d0bd8a39af45350879b6e847454c92e Mon Sep 17 00:00:00 2001 From: April Rieger Date: Fri, 26 Apr 2024 14:13:14 -0700 Subject: [PATCH] Updates the version of ghas to v0.0.22 --- .github/workflows/build-test-lint.yaml | 6 +++--- .github/workflows/deploy.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index e77b9039d..60893cbd7 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.21 + uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.22 secrets: inherit with: platforms: "linux/amd64" @@ -26,10 +26,10 @@ jobs: workerTarget: hyku-worker test: needs: build - uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.21 + uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.22 lint: needs: build - uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.21 + uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.22 with: rubocop_cmd: 'bundle exec rubocop --parallel --format progress' diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3c1debd33..45d31ca48 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,5 +20,5 @@ on: jobs: deploy: - uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.15 + uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.22 secrets: inherit