From 725cbf03388a0c216a553664512db42c107dcc09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 15:53:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9f3b33c..fc41e45 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: hashicorp/setup-terraform@v1 with: terraform_version: "1.6.5" @@ -30,7 +30,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: echo Test @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: npm i -g semantic-release @semantic-release/changelog @semantic-release/github @semantic-release/git - run: cat .github/.releaserc.yml | envsubst > .releaserc.yml && semantic-release