From 858171c76f3c8e5c4f9cbdffbb86990eae7b5d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:23:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-pr-release.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/template-schema-updater.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch-pr-release.yaml b/.github/workflows/branch-pr-release.yaml index 36e7349d..23695b71 100644 --- a/.github/workflows/branch-pr-release.yaml +++ b/.github/workflows/branch-pr-release.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v5 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2687bb20..bc39ef19 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: node-version: 20 diff --git a/.github/workflows/template-schema-updater.yaml b/.github/workflows/template-schema-updater.yaml index 9e538f05..f50181ba 100644 --- a/.github/workflows/template-schema-updater.yaml +++ b/.github/workflows/template-schema-updater.yaml @@ -7,8 +7,8 @@ jobs: schema-updater: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 + - uses: actions/checkout@v5 with: repository: aws-cloudformation/aws-cloudformation-template-schema path: aws-cloudformation-template-schema