diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index 8301cb0..857a269 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@main - name: Assume AWS Role - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} aws-region: us-east-1 @@ -78,14 +78,14 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def - uses: aws-actions/amazon-ecs-render-task-definition@5cb8c74c1b1ecaec4c8ea82eff82c009333509ce + uses: aws-actions/amazon-ecs-render-task-definition@77954e213ba1f9f9cb016b86a1d4f6fcdea0d57e with: task-definition: ${{ steps.get-task-def.outputs.definition }} container-name: ${{ steps.get-task-def.outputs.name }} image: ${{ needs.build-api.outputs.image }} - name: Deploy Amazon ECS task definition - uses: aws-actions/amazon-ecs-deploy-task-definition@1beffbdddb3eb5f83c7a746c3e9bafeccdccbbaa + uses: aws-actions/amazon-ecs-deploy-task-definition@cbf54ec46642b86ff78c2f5793da6746954cf8ff with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: ${{ steps.get-task-def.outputs.service }} @@ -99,9 +99,9 @@ jobs: - name: 'Checkout GitHub Action' uses: actions/checkout@main - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 22 cache: 'pnpm' @@ -111,7 +111,7 @@ jobs: run: pnpm install - name: Assume AWS Role - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} aws-region: us-east-1 @@ -136,7 +136,7 @@ jobs: echo "ip_address=$(curl https://checkip.amazonaws.com)" >> "$GITHUB_OUTPUT" - name: Setup MongoDB Atlas cli - uses: mongodb/atlas-github-action@v0.2.1 + uses: mongodb/atlas-github-action@v0.2.2 - name: Add runner IP to MongoDB access list shell: bash diff --git a/.github/workflows/deploy-script.yml b/.github/workflows/deploy-script.yml index 479924f..18c373e 100644 --- a/.github/workflows/deploy-script.yml +++ b/.github/workflows/deploy-script.yml @@ -37,9 +37,9 @@ jobs: - name: 'Checkout GitHub Action' uses: actions/checkout@main - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 22 cache: 'pnpm' @@ -49,7 +49,7 @@ jobs: run: pnpm install - name: Assume AWS Role - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} aws-region: us-east-1 @@ -74,7 +74,7 @@ jobs: echo "ip_address=$(curl https://checkip.amazonaws.com)" >> "$GITHUB_OUTPUT" - name: Setup MongoDB Atlas cli - uses: mongodb/atlas-github-action@v0.2.1 + uses: mongodb/atlas-github-action@v0.2.2 - name: Add runner IP to MongoDB access list shell: bash diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 37a6db2..bc83e1f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,9 +15,9 @@ jobs: - name: 'Checkout GitHub Action' uses: actions/checkout@main - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 20 cache: 'pnpm' diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f6592cf..34d0cd6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check PR labels id: check_labels @@ -50,7 +50,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check PR assignee id: check_assignee @@ -86,7 +86,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check PR title id: check_title