Skip to content

Commit 6e85579

Browse files
ci(deps): Bump aws-actions/setup-sam from 2 to 3 (#23874)
Bumps [aws-actions/setup-sam](https://github.com/aws-actions/setup-sam) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-actions/setup-sam/releases">aws-actions/setup-sam's releases</a>.</em></p> <blockquote> <h2>v3</h2> <p>This release tracks the v2 tag.</p> <h2>Breaking changes</h2> <ul> <li>Update action to use node 24 by <a href="https://github.com/wilkinsocks"><code>@​wilkinsocks</code></a> in <a href="https://redirect.github.com/aws-actions/setup-sam/pull/136">aws-actions/setup-sam#136</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wilkinsocks"><code>@​wilkinsocks</code></a> made their first contribution in <a href="https://redirect.github.com/aws-actions/setup-sam/pull/136">aws-actions/setup-sam#136</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-actions/setup-sam/compare/v2...v3">https://github.com/aws-actions/setup-sam/compare/v2...v3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-actions/setup-sam/commit/89ddb14d60e682855e3fea4be85b3c56485de310"><code>89ddb14</code></a> Update action to use node 24 (<a href="https://redirect.github.com/aws-actions/setup-sam/issues/136">#136</a>)</li> <li>See full diff in <a href="https://github.com/aws-actions/setup-sam/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-actions/setup-sam&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bab238 commit 6e85579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ jobs:
10351035
bun-version: '1.3.14'
10361036
- name: Set up AWS SAM
10371037
if: matrix.test-application == 'aws-serverless' || matrix.test-application == 'aws-serverless-layer'
1038-
uses: aws-actions/setup-sam@v2
1038+
uses: aws-actions/setup-sam@v3
10391039
with:
10401040
use-installer: true
10411041
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)