From 5e295044305ab42cbe81d907ffecef24f9283f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:34:28 +0000 Subject: [PATCH] build(deps): 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] <support@github.com> --- .github/workflows/Build_release.yaml | 2 +- .github/workflows/Lint_Build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build_release.yaml b/.github/workflows/Build_release.yaml index f590ef3..689327c 100644 --- a/.github/workflows/Build_release.yaml +++ b/.github/workflows/Build_release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build Docker Image and Extract Build Artifacts run: make gen-out - uses: "marvinpinto/action-automatic-releases@latest" diff --git a/.github/workflows/Lint_Build.yaml b/.github/workflows/Lint_Build.yaml index 503c905..5233fd7 100644 --- a/.github/workflows/Lint_Build.yaml +++ b/.github/workflows/Lint_Build.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup uses: actions/setup-go@v4 with: @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup uses: actions/setup-go@v4 with: