From 695d027260ce2cce6ae036d37177c2e0207434dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:09:52 +0100 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#158) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/prod.yml | 4 ++-- .github/workflows/stage.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 97bad54..61d75e4 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -43,7 +43,7 @@ jobs: needs: build steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Deploy uses: sledilnik/action-helm-deploy@master diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index c97d008..dd6dd6d 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -44,7 +44,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'NODEPLOY')" steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Deploy uses: sledilnik/action-helm-deploy@master