From a2e9b4d07077dd5e797843fd0068dbef30e04874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:44:33 +0100 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#1243) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-cleanup.yml | 2 +- .github/workflows/pr.yml | 6 +++--- .github/workflows/prod.yml | 6 +++--- .github/workflows/stage.yml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index 9586d7d76..5dae28dcb 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -34,7 +34,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Undeploy uses: sledilnik/action-helm-deploy@v1.0.2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1fce1d8e3..4a74fd505 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,7 +21,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v3.6.0 with: @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -80,7 +80,7 @@ jobs: needs: build steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Deploy uses: sledilnik/action-helm-deploy@v1.0.2 diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 6fb72c92e..972018065 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -20,7 +20,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v3.6.0 with: @@ -36,7 +36,7 @@ jobs: needs: test steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -64,7 +64,7 @@ jobs: needs: build steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Deploy uses: sledilnik/action-helm-deploy@v1.0.2 diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 15ae1d6ba..e776d9e01 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -20,7 +20,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v3.6.0 with: @@ -50,7 +50,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'NOBUILD')" steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -79,7 +79,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'NODEPLOY')" steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Deploy uses: sledilnik/action-helm-deploy@v1.0.2