diff --git a/.github/workflows/build-ecr-image.yml b/.github/workflows/build-ecr-image.yml index 04633dd7..38ae4396 100644 --- a/.github/workflows/build-ecr-image.yml +++ b/.github/workflows/build-ecr-image.yml @@ -342,7 +342,7 @@ jobs: # for private dependencies - name: 'Install SSH Key' if: (inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false') && steps.ssh.outputs.ssh != '' - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.ssh-private-key }} diff --git a/.github/workflows/render-task-definition.yml b/.github/workflows/render-task-definition.yml index 5f1874e1..fb8a01a5 100644 --- a/.github/workflows/render-task-definition.yml +++ b/.github/workflows/render-task-definition.yml @@ -137,7 +137,7 @@ jobs: # for private dependencies - name: 'Install SSH Key' if: steps.ssh.outputs.has_key == 'true' - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.ssh-private-key }} diff --git a/actions/notify-slack/action.yml b/actions/notify-slack/action.yml index 0872d6ae..c4d3b496 100644 --- a/actions/notify-slack/action.yml +++ b/actions/notify-slack/action.yml @@ -125,7 +125,7 @@ runs: - name: 'Post message to slack' id: slack - uses: slackapi/slack-github-action@v2 + uses: slackapi/slack-github-action@v3 with: payload: ${{ steps.render.outputs.content }} webhook-type: incoming-webhook