From 942ed215d8da3e62984145a59d7a49470f0b976b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:40:28 +0000 Subject: [PATCH] fix(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] --- .github/workflows/build-and-deploy-container-image.yaml | 2 +- .github/workflows/check-code-compliance.yaml | 6 +++--- .github/workflows/release-docker-image.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-deploy-container-image.yaml b/.github/workflows/build-and-deploy-container-image.yaml index b99fa9d5..50cbf976 100644 --- a/.github/workflows/build-and-deploy-container-image.yaml +++ b/.github/workflows/build-and-deploy-container-image.yaml @@ -318,7 +318,7 @@ jobs: isPrOpen=false fi echo "is-pr-open=$isPrOpen" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: find docker file id: find-docker-file run: | diff --git a/.github/workflows/check-code-compliance.yaml b/.github/workflows/check-code-compliance.yaml index 0e0b73b6..2c8d6d27 100644 --- a/.github/workflows/check-code-compliance.yaml +++ b/.github/workflows/check-code-compliance.yaml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download actionlint id: get_actionlint @@ -29,7 +29,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download prettier id: get_prettier @@ -47,5 +47,5 @@ jobs: megalint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: neohelden/actions-library/check-code-compliance@main diff --git a/.github/workflows/release-docker-image.yaml b/.github/workflows/release-docker-image.yaml index 50eb3dee..389ede21 100644 --- a/.github/workflows/release-docker-image.yaml +++ b/.github/workflows/release-docker-image.yaml @@ -125,7 +125,7 @@ jobs: needs: - release-docker-image steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Create Sentry release