Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-actions group across 18 directories with 13 updates #66

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2024

Bumps the all-actions group with 11 updates in the / directory:

Package From To
actions/checkout 2 4
aws-actions/configure-aws-credentials 1.pre.node16 4.0.2
aws-actions/amazon-ecr-login 1 2
shopsmart/github-actions 2 3
webfactory/ssh-agent 0.7.0 0.9.0
docker/setup-buildx-action 2 3
docker/build-push-action 5 6
softprops/action-gh-release 1 2
aws-actions/amazon-ecs-deploy-task-definition 1 2
actions/setup-node 3 4
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, aws-actions/configure-aws-credentials, aws-actions/amazon-ecr-login and docker/setup-buildx-action.
Bumps the all-actions group with 1 update in the /.github/actions/test-deploy-lambda-function directory: actions/checkout.
Bumps the all-actions group with 1 update in the /.github/actions/test-deploy-lambda-function-workflow directory: actions/checkout.
Bumps the all-actions group with 1 update in the /.github/actions/test-is-gh-release directory: actions/checkout.
Bumps the all-actions group with 1 update in the /.github/actions/test-notify-slack directory: actions/checkout.
Bumps the all-actions group with 1 update in the /.github/actions/test-package-archive directory: actions/checkout.
Bumps the all-actions group with 2 updates in the /.github/actions/test-register-task-definition directory: actions/checkout and aws-actions/configure-aws-credentials.
Bumps the all-actions group with 1 update in the /.github/actions/test-render-jinjanator-template directory: actions/checkout.
Bumps the all-actions group with 1 update in the /.github/actions/test-render-task-definition directory: actions/checkout.
Bumps the all-actions group with 1 update in the /.github/actions/test-setup-homebrew directory: actions/checkout.
Bumps the all-actions group with 1 update in the /.github/actions/test-setup-node directory: actions/checkout.
Bumps the all-actions group with 3 updates in the /.github/actions/test-tag-ecs-resource directory: actions/checkout, aws-actions/configure-aws-credentials and 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.
Bumps the all-actions group with 1 update in the /actions/deploy-to-s3-bucket directory: shopsmart/github-actions.
Bumps the all-actions group with 1 update in the /actions/notify-slack directory: slackapi/slack-github-action.
Bumps the all-actions group with 1 update in the /actions/setup-homebrew directory: actions/cache.
Bumps the all-actions group with 2 updates in the /actions/setup-node directory: actions/setup-node and actions/cache.

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates aws-actions/configure-aws-credentials from 1.pre.node16 to 4.0.2

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v4.0.2

See the changelog for details about the changes included in this release.

v4.0.1

See the changelog for details about the changes included in this release.

v4.0.0

See the changelog for details about the changes included in this release.

v4

This tag tracks the latest v4.x.x release

v3.0.2

See the changelog for details about the changes included in this release.

v3.0.1

See the changelog for details about the changes included in this release.

v3.0.0

See the changelog for details about the changes included in this release.

v3

This tag tracks the latest v3.x.x release

v2.2.0

See the changelog for details about the changes included in this release.

v2.1.0

See the changelog for details about the changes included in this release.

v2.0.0

See the changelog for details about the changes included in this release.

v2

This tag tracks the latest v2.x.x release.

v1.7.0

See the changelog for details about the changes included in this release.

v1.6.1

See the changelog for details about the changes included in this release.

v1.6.0

See the changelog for details about the changes included in this release.

v1.5.11

See the changelog for details about the changes included in this release.

v1.5.10

See the changelog for details about the changes included in this release.

... (truncated)

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

4.0.2 (2024-02-09)

  • Revert 4.0.1 to remove warning

4.0.1 (2023-10-03)

Documentation

  • Throw a warning when customers use long-term credentials.

4.0.0 (2023-09-11)

  • Upgraded runtime to node20 from node16

3.0.2 (2023-09-07)

Bug Fixes

3.0.1 (2023-08-24)

Features

  • Can configure special-characters-workaround to keep retrying credentials if the returned credentials have special characters (Fixes #599)

Bug Fixes

Changes to existing functionality

  • Special characters are now allowed in returned credential variables unless you configure the special-characters-workaround option

3.0.0 (2023-08-21)

Features

  • Can configure max-retries and disable-retry to modify retry functionality when the assume role call fails
  • Set returned credentials as step outputs with output-credentials
  • Clear AWS related environment variables at the start of the action with unset-current-credentials
  • Unique role identifier is now printed in the workflow logs

Bug Fixes

  • Can't use credentials if they contain a special character
  • Retry functionality added when generating the JWT fails
  • Can now use webIdentityTokenFile option
  • Branch name validation too strict
  • JS SDK v2 deprecation warning in workflow logs

Changes to existing functionality

  • Default session duration is now 1 hour in all cases (from 6 hours in some cases)
  • Account ID will not be masked by default in logs

... (truncated)

Commits
  • e3dd6a4 chore: Bump @​types/jest from 29.5.11 to 29.5.12 (#1000)
  • c6c400f chore: Bump @​types/node from 20.11.5 to 20.11.16 (#999)
  • c38ab41 chore: Bump prettier from 3.2.4 to 3.2.5 (#998)
  • 2071ebe chore: Bump @​types/node from 20.11.3 to 20.11.5 (#986)
  • 44112af chore: Update dist
  • 492c455 chore: Bump @​aws-sdk/client-sts from 3.490.0 to 3.496.0 (#982)
  • 13e074e chore: Update dist
  • 5a676ce chore: Bump @​smithy/property-provider from 2.0.17 to 2.1.1 (#985)
  • e43a696 chore: Bump ts-jest from 29.1.1 to 29.1.2 (#983)
  • eb98af5 chore: Bump prettier from 3.2.2 to 3.2.4 (#981)
  • Additional commits viewable in compare view

Updates aws-actions/amazon-ecr-login from 1 to 2

Release notes

Sourced from aws-actions/amazon-ecr-login's releases.

v2

See the changelog for details about the changes included in this release.

v2.0.0

See the changelog for details about the changes included in this release.

v1.7.0

See the changelog for details about the changes included in this release.

v1.6.2

See the changelog for details about the changes included in this release.

v1.6.1

See the changelog for details about the changes included in this release.

v1.6.0

See the changelog for details about the changes included in this release.

v1.5.3

See the changelog for details about the changes included in this release.

v1.5.2

See the changelog for details about the changes included in this release.

v1.5.1

See the changelog for details about the changes included in this release.

v1.5.0

See the changelog for details about the changes included in this release.

v1.4.0

See the changelog for details about the changes included in this release.

v1.3.3

See the changelog for details about the changes included in this release.

v1.3.2

See the changelog for details about the changes included in this release.

v1.3.1

See the changelog for details about the changes included in this release.

v1.3.0

See the changelog for details about the changes included in this release.

v1.2.2

See the changelog for details about the changes included in this release.

v1.2.1

See the changelog for details about the changes included in this release.

... (truncated)

Changelog

Sourced from aws-actions/amazon-ecr-login's changelog.

Commits

Updates shopsmart/github-actions from 2 to 3

Release notes

Sourced from shopsmart/github-actions's releases.

Create release from tag for tests

Full Changelog: v2.6.3...v2.6.4-rc.0

v3.0.0 Initial Release

What's Changed

Full Changelog: v2.6.4...v3.0.0

Defaults template in the composite action, rather than at the inputs

What's Changed

  • Defaults template in the composite action, rather than at the inputs (#41)

Full Changelog: v2.6.4...v2.6.5

Builds the docker image from the ref rather than the workflow run ref

What's Changed

Full Changelog: v2.6.3...v2.6.4

Allows is-gh-release to be run without checking out first

What's Changed

Full Changelog: v2.6.2...v2.6.3

Adds slack notifications to build-ecr-image and register-task-definition

What's Changed

Full Changelog: v2.6.1...v2.6.2

Commits
  • c684202 Sets the ref back to v3 in the deploy-lambda-function workflow (#55)
  • f56f079 Adds updating lambda aliases to lambda deploys (#54)
  • 6b79698 Adds an action to create datadog downtimes (#53)
  • 618c8a7 Sleep for a few seconds before attempting to publish a new lambda version (#51)
  • 8441ddc Pulls the python-version file from the working-directory (#50)
  • 4b3cec6 Refactors render task definition to use jinjantor instead of j2cli (#49)
  • 0327d1f Skips docker build and push if the image already exists (#47)
  • a54b103 Upgrades the docker/build-push-action to v5 (#46)
  • 891012d Removes inputs.github-token in favor of secrets.github-token (#45)
  • 4c7843e Expands wildcards when uploading lambda code to s3 (#44)
  • Additional commits viewable in compare view

Updates webfactory/ssh-agent from 0.7.0 to 0.9.0

Release notes

Sourced from webfactory/ssh-agent's releases.

Update to node20

This release updates the action to run on Node.js v20. When you're running on GitHub hosted runners, just go ahead and update. When you're using self-hosted runners, please make sure you have Node.js v20 installed before updating from v0.8.0 to v0.9.0 of this action.

New Contributors

Full Changelog: webfactory/ssh-agent@v0.8.0...v0.9.0

What's Changed

New Contributors

Full Changelog: webfactory/ssh-agent@v0.8.0...v0.9.0

SSH host keys no longer managed – read below 👇

Starting with this release, this action no longer writes GitHub's SSH host keys into the known_hosts SSH config file upon start.

GitHub changed their host keys on short notice this morning, see https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. We took this as an opportunity to stop maintaining GH SSH keys in the code shipped with this action (#171).

What you need to do:

Other code changes in this release

New Contributors

Full Changelog: webfactory/ssh-agent@v0.7.0...v0.8.0

Commits
  • dc588b6 Update version numbers in the README examples
  • 204eb35 Bump to node20 (#201)
  • 9f6f312 chore: update all versions of actions/checkout to v4 (#199)
  • 2e59dd7 Remove outdated claim from README (#206)
  • fd34b8d Update README.md to reflect latest version (#196)
  • d4b9b8f Stop adding GitHub SSH keys (#171)
  • ea17a05 Add missing semicolons (#159)
  • 9fbc246 Clarify usage for Docker build processes, especially with deployment keys (#145)
  • 6f828cc Allow the user to override the commands for git, ssh-agent, and ssh-add...
  • 209e2d7 Fix a typo in the README.md (#146)
  • Additional commits viewable in compare view

Updates docker/setup-buildx-action from 2 to 3

Release notes

Sourced from docker/setup-buildx-action's releases.

v3.0.0

Full Changelog: docker/setup-buildx-action@v2.10.0...v3.0.0

v2.10.0

Full Changelog: docker/setup-buildx-action@v2.9.1...v2.10.0

v2.9.1

Full Changelog: docker/setup-buildx-action@v2.9.0...v2.9.1

v2.9.0

  • Bump @​docker/actions-toolkit from 0.6.0 to 0.7.0 in docker/setup-buildx-action#246
    • Adds support to cache Buildx binary to hosted tool cache and GHA cache backend

Full Changelog: docker/setup-buildx-action@v2.8.0...v2.9.0

v2.8.0

Full Changelog: docker/setup-buildx-action@v2.7.0...v2.8.0

v2.7.0

Full Changelog: docker/setup-buildx-action@v2.6.0...v2.7.0

v2.6.0

Full Changelog: docker/setup-buildx-action@v2.5.0...v2.6.0

v2.5.0

Full Changelog: docker/setup-buildx-action@v2.4.1...v2.5.0

v2.4.1

... (truncated)

Commits
  • 6524bf6 Merge pull request #390 from crazy-max/buildx-cloud-latest
  • 8d5e074 chore: update generated content
  • 7199e57 make cloud prefix optional to download buildx if driver is cloud
  • db63cee Merge pull request #381 from docker/dependabot/github_actions/codecov/codecov...
  • 043ebe1 Merge pull request #389 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 686da90 chore: update generated content
  • a3d7487 Merge pull request #382 from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6
  • 4dcdbce build(deps): bump @​docker/actions-toolkit from 0.39.0 to 0.48.0
  • 1a8ac74 ci: fix deprecated input for codecov-action
  • e827ebe build(deps): bump cross-spawn from 7.0.3 to 7.0.6
  • Additional commits viewable in compare view

Updates docker/build-push-action from 5 to 6

Release notes

Sourced from docker/build-push-action's releases.

v6.0.0

[!NOTE] This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting DOCKER_BUILD_SUMMARY: false environment variable in your workflow.

Full Changelog: docker/build-push-action@v5.4.0...v6.0.0

v5.4.0

Full Changelog: docker/build-push-action@v5.3.0...v5.4.0

v5.3.0

Full Changelog: docker/build-push-action@v5.2.0...v5.3.0

v5.2.0

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 19, 2024
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]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/all-actions-2edf11aceb branch from a6df77d to e9a907c Compare December 19, 2024 22:47
@mike-carey mike-carey merged commit 189e90f into main Dec 20, 2024
27 checks passed
@mike-carey mike-carey deleted the dependabot/github_actions/all-actions-2edf11aceb branch December 20, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant