From 1931086522cfa528542638e028b6473987f07172 Mon Sep 17 00:00:00 2001 From: ArpitChristie Date: Thu, 6 Apr 2023 17:52:03 +0530 Subject: [PATCH] changes made for Deal with CI deprecation warnings --- .github/workflows/deploy-mifos-to-s3.workflow.yml | 6 +++--- .github/workflows/mifos-ci.workflow.yml | 4 ++-- .github/workflows/velocity-dev-deploy.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-mifos-to-s3.workflow.yml b/.github/workflows/deploy-mifos-to-s3.workflow.yml index f2c7e457ab..013f50dbd1 100644 --- a/.github/workflows/deploy-mifos-to-s3.workflow.yml +++ b/.github/workflows/deploy-mifos-to-s3.workflow.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Set Dev Environment - name: Set Dev environment if: github.ref == 'refs/heads/dev' @@ -61,7 +61,7 @@ jobs: - name: Set S3 Bucket Prefix run: echo 'AWS_S3_BUCKET=${{ env.STACK_NAME }}-mifos-${{ env.CLOUD_ENV }}' >> $GITHUB_ENV - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16.x - name: Set up Ruby @@ -88,7 +88,7 @@ jobs: run: | grunt prod --force - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/mifos-ci.workflow.yml b/.github/workflows/mifos-ci.workflow.yml index 5a7306a598..ed431e2037 100644 --- a/.github/workflows/mifos-ci.workflow.yml +++ b/.github/workflows/mifos-ci.workflow.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Set Dev Environment - name: Set environment on pull_request run: | @@ -21,7 +21,7 @@ jobs: sed -i 's|$AUTH0_AUDIENCE|${{ secrets.AUTH0_AUDIENCE_DEV }}|g' app/scripts/modules/configurations.js sed -i 's|$FINERACT_BASE_URL|${{ secrets.FINERACT_BASE_URL_DEV }}|g' app/scripts/modules/configurations.js - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16.x - name: Set up Ruby diff --git a/.github/workflows/velocity-dev-deploy.yml b/.github/workflows/velocity-dev-deploy.yml index 92baac734b..a242d5d86a 100644 --- a/.github/workflows/velocity-dev-deploy.yml +++ b/.github/workflows/velocity-dev-deploy.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: kamiazya/setup-graphviz@v1 + - uses: actions/checkout@v3 + - uses: ts-graphviz/setup-graphviz@v1 - name: transfer files to host uses: garygrossgarten/github-action-scp@release