From 4ed025ef2d9af6d7655cb2320986760e70072e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 19:55:48 +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/branch_cicd.yaml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/stable-cicd.yaml | 2 +- .github/workflows/terraform_cicd.yaml | 2 +- .github/workflows/unstable-cicd.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/branch_cicd.yaml b/.github/workflows/branch_cicd.yaml index 7d3f67a..f767767 100644 --- a/.github/workflows/branch_cicd.yaml +++ b/.github/workflows/branch_cicd.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 59f5bc6..d1f98fd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index a954630..40729a2 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -48,7 +48,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}} diff --git a/.github/workflows/terraform_cicd.yaml b/.github/workflows/terraform_cicd.yaml index 395217d..4e8f861 100644 --- a/.github/workflows/terraform_cicd.yaml +++ b/.github/workflows/terraform_cicd.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # AWS Authentication. Please uncomment this step in your repo to authenticate to AWS. diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index dea21f3..503345a 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}}