Skip to content

Commit

Permalink
Bump the all-actions group across 18 directories with 13 updates
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `1.pre.node16` | `4.0.2` |
| [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) | `1` | `2` |
| [shopsmart/github-actions](https://github.com/shopsmart/github-actions) | `2` | `3` |
| [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) | `0.7.0` | `0.9.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `5` | `6` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `1` | `2` |
| [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition) | `1` | `2` |
| [actions/setup-node](https://github.com/actions/setup-node) | `3` | `4` |
| [pre-commit/action](https://github.com/pre-commit/action) | `2.0.0` | `3.0.1` |

Bumps the all-actions group with 4 updates in the /.github/actions/test-build-ecr-image directory: [actions/checkout](https://github.com/actions/checkout), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).
Bumps the all-actions group with 1 update in the /.github/actions/test-deploy-lambda-function directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /.github/actions/test-deploy-lambda-function-workflow directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /.github/actions/test-is-gh-release directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /.github/actions/test-notify-slack directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /.github/actions/test-package-archive directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 2 updates in the /.github/actions/test-register-task-definition directory: [actions/checkout](https://github.com/actions/checkout) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials).
Bumps the all-actions group with 1 update in the /.github/actions/test-render-jinjanator-template directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /.github/actions/test-render-task-definition directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /.github/actions/test-setup-homebrew directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /.github/actions/test-setup-node directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 3 updates in the /.github/actions/test-tag-ecs-resource directory: [actions/checkout](https://github.com/actions/checkout), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition).
Bumps the all-actions group with 1 update in the /.github/actions/test-unpack-archive directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the all-actions group with 1 update in the /actions/deploy-to-s3-bucket directory: [shopsmart/github-actions](https://github.com/shopsmart/github-actions).
Bumps the all-actions group with 1 update in the /actions/notify-slack directory: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).
Bumps the all-actions group with 1 update in the /actions/setup-homebrew directory: [actions/cache](https://github.com/actions/cache).
Bumps the all-actions group with 2 updates in the /actions/setup-node directory: [actions/setup-node](https://github.com/actions/setup-node) and [actions/cache](https://github.com/actions/cache).


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `aws-actions/configure-aws-credentials` from 1.pre.node16 to 4.0.2
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1-node16...v4.0.2)

Updates `aws-actions/amazon-ecr-login` from 1 to 2
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

Updates `shopsmart/github-actions` from 2 to 3
- [Release notes](https://github.com/shopsmart/github-actions/releases)
- [Commits](v2...v3)

Updates `webfactory/ssh-agent` from 0.7.0 to 0.9.0
- [Release notes](https://github.com/webfactory/ssh-agent/releases)
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md)
- [Commits](webfactory/ssh-agent@v0.7.0...v0.9.0)

Updates `docker/setup-buildx-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

Updates `softprops/action-gh-release` from 1 to 2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

Updates `aws-actions/amazon-ecs-deploy-task-definition` from 1 to 2
- [Release notes](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/blob/master/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecs-deploy-task-definition@v1...v2)

Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

Updates `pre-commit/action` from 2.0.0 to 3.0.1
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v2.0.0...v3.0.1)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `aws-actions/configure-aws-credentials` from 1.pre.node16 to 4.0.2
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1-node16...v4.0.2)

Updates `aws-actions/amazon-ecr-login` from 1 to 2
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

Updates `docker/setup-buildx-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `aws-actions/configure-aws-credentials` from 1.pre.node16 to 4.0.2
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1-node16...v4.0.2)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `aws-actions/configure-aws-credentials` from 1.pre.node16 to 4.0.2
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1-node16...v4.0.2)

Updates `aws-actions/amazon-ecs-deploy-task-definition` from 1 to 2
- [Release notes](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/blob/master/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecs-deploy-task-definition@v1...v2)

Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `shopsmart/github-actions` from 2 to 3
- [Release notes](https://github.com/shopsmart/github-actions/releases)
- [Commits](v2...v3)

Updates `slackapi/slack-github-action` from 1 to 2
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1...v2)

Updates `actions/cache` from 2 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v4)

Updates `actions/setup-node` from 2 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

Updates `actions/cache` from 2 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  dependency-group: all-actions
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: shopsmart/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: webfactory/ssh-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: aws-actions/amazon-ecs-deploy-task-definition
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  dependency-group: all-actions
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  dependency-group: all-actions
- dependency-name: aws-actions/amazon-ecs-deploy-task-definition
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: shopsmart/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 247fe41 commit e9a907c
Show file tree
Hide file tree
Showing 37 changed files with 68 additions and 68 deletions.
8 changes: 4 additions & 4 deletions .github/actions/test-build-ecr-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ runs:
run: brew install bats-core

- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests

- name: 'Log into AWS ECR'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: 'Validate'
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-deploy-lambda-function/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-is-gh-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-notify-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-package-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Save off action path'
id: path
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-register-task-definition/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-render-jinjanator-template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-render-task-definition/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Download task-definition'
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-setup-homebrew/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout actions'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Create a Brewfile'
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ runs:
run: brew install bats-core

- name: 'Checkout actions'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Checkout hello world project'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mike-carey/hello-world-nodejs
path: ./hello-world
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/test-tag-ecs-resource/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand All @@ -38,7 +38,7 @@ runs:
- name: 'Publish a new revision of the task definition'
id: new-revision
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ github.action_path }}/task-definition.yml

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-unpack-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Create archive file'
shell: bash
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/build-ecr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}

Expand All @@ -263,14 +263,14 @@ jobs:
echo "sha=$sha" >> $GITHUB_OUTPUT
- name: 'Configure AWS credentials'
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: ${{ inputs.aws-region }}
role-to-assume: ${{ env.DEPLOY_IAM_ROLE }}
role-duration-seconds: 1200

- name: 'Login to Amazon ECR'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: 'Check if the image already exists'
id: already-exists
Expand All @@ -289,7 +289,7 @@ jobs:
- name: 'Notify slack of build started'
if: (inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false') && inputs.notify-slack == true
uses: shopsmart/github-actions/actions/notify-slack@v2
uses: shopsmart/github-actions/actions/notify-slack@v3
with:
application: ${{ inputs.application }}
status: started
Expand All @@ -301,7 +301,7 @@ jobs:
- name: 'Is github release?'
id: is-gh-release
if: inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false'
uses: shopsmart/github-actions/actions/is-gh-release@v2
uses: shopsmart/github-actions/actions/is-gh-release@v3
with:
ref: ${{ inputs.ref }}

Expand All @@ -328,13 +328,13 @@ 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.7.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.ssh-private-key }}

- name: 'Setup docker buildx'
if: inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false'
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: ${{ inputs.buildx-version }}
driver: ${{ inputs.driver }}
Expand All @@ -350,7 +350,7 @@ jobs:

- name: 'Build docker image'
if: inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
add-hosts: ${{ inputs.add-hosts }}
allow: ${{ inputs.allow }}
Expand Down Expand Up @@ -407,15 +407,15 @@ jobs:
- name: 'Upload docker image'
if: (inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false') && steps.is-gh-release.outputs.is-release == 'true'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ inputs.ref }}
files: docker-image-*.tgz
token: ${{ secrets.github-token || github.token }}

- name: 'Notify slack of build status'
if: always() && (inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false') && inputs.notify-slack == true
uses: shopsmart/github-actions/actions/notify-slack@v2
uses: shopsmart/github-actions/actions/notify-slack@v3
with:
application: ${{ inputs.application }}
status: ${{ job.status }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambda-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:

# configure aws credentials
- name: 'Configure AWS credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-access-key-id: ${{ inputs.aws-access-key-id }}
aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Notify slack'
uses: shopsmart/github-actions/actions/notify-slack@v2
uses: shopsmart/github-actions/actions/notify-slack@v3
with:
application: ${{ inputs.application }}
environment: ${{ inputs.environment }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/register-task-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
steps:
- name: 'Notify slack of deployment started'
if: inputs.notify-slack == true
uses: shopsmart/github-actions/actions/notify-slack@v2
uses: shopsmart/github-actions/actions/notify-slack@v3
with:
application: ${{ inputs.application }}
environment: ${{ inputs.environment }}
Expand Down Expand Up @@ -215,14 +215,14 @@ jobs:
name: ${{ inputs.artifact-name }}

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: ${{ inputs.aws-region }}
role-to-assume: ${{ env.DEPLOY_IAM_ROLE }}

- name: 'Register task definition'
id: register
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ inputs.task-definition }}
service: ${{ inputs.service }}
Expand All @@ -236,14 +236,14 @@ jobs:
force-new-deployment: ${{ inputs.force-new-deployment }}

- name: 'Tag the task definition'
uses: shopsmart/github-actions/actions/tag-ecs-resource@v2
uses: shopsmart/github-actions/actions/tag-ecs-resource@v3
with:
resource-arn: ${{ steps.register.outputs.task-definition-arn }}
tags: ${{ inputs.task-definition-tags }}

- name: 'Tag the ECS Service'
if: inputs.service != ''
uses: shopsmart/github-actions/actions/tag-ecs-resource@v2
uses: shopsmart/github-actions/actions/tag-ecs-resource@v3
with:
resource-arn: ${{ env.ECS_SERVICE_ARN }}
tags: ${{ inputs.service-tags }}
Expand All @@ -256,7 +256,7 @@ jobs:

- name: 'Notify slack of deployment status'
if: always() && inputs.notify-slack == true
uses: shopsmart/github-actions/actions/notify-slack@v2
uses: shopsmart/github-actions/actions/notify-slack@v3
with:
application: ${{ inputs.application }}
environment: ${{ inputs.environment }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-task-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build-ecr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: run-build-ecr-image-workflow
steps:
- name: 'Checkout actions'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Test build-ecr-image workflow'
uses: ./.github/actions/test-build-ecr-image
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
needs: run-build-ecr-image-workflow-tag
steps:
- name: 'Checkout actions'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Test build-ecr-image workflow'
uses: ./.github/actions/test-build-ecr-image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy-lambda-function-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Create archive file'
shell: bash
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: ./.github/actions/test-deploy-lambda-function-workflow
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy-lambda-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Test deploy-lambda-function action'
uses: ./.github/actions/test-deploy-lambda-function
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy-to-s3-bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Test deploy-to-s3-bucket action'
uses: ./.github/actions/test-deploy-to-s3-bucket
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-is-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Test is-gh-release action'
uses: ./.github/actions/test-is-gh-release
2 changes: 1 addition & 1 deletion .github/workflows/test-notify-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Test notify-slack action'
id: notify
Expand Down
Loading

0 comments on commit e9a907c

Please sign in to comment.