From 70d62aef7269f20494b7bf9a4589053ec4dc9ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:47:04 +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/kics.yaml | 2 +- .github/workflows/linters.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kics.yaml b/.github/workflows/kics.yaml index ad174ec..43efe64 100644 --- a/.github/workflows/kics.yaml +++ b/.github/workflows/kics.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Mkdir results-dir # make sure results dir is created run: mkdir -p results-dir diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index e2611f1..4e837dd 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run ansible-lint uses: containerbuildsystem/actions/ansible-lint@master