From 5bfe621bcf3df46816c43735dc9232dbe590cac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 02:45:46 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/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](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_application.yml | 2 +- .github/workflows/deploy_infrastructure.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_application.yml b/.github/workflows/deploy_application.yml index c95cdfb..d07aba4 100644 --- a/.github/workflows/deploy_application.yml +++ b/.github/workflows/deploy_application.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Repository 📦 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS Credentials 🔑 uses: aws-actions/configure-aws-credentials@v2 diff --git a/.github/workflows/deploy_infrastructure.yml b/.github/workflows/deploy_infrastructure.yml index a353e9e..0bfdcfd 100644 --- a/.github/workflows/deploy_infrastructure.yml +++ b/.github/workflows/deploy_infrastructure.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Repository 📦 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS Credentials 🔑 uses: aws-actions/configure-aws-credentials@v2