From 74e570b9f671f538d0c8fcad924edc2fad790141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:21:52 +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/deploy-image-native.yml | 2 +- .github/workflows/deploy-image.yml | 2 +- .github/workflows/deploy-native-artifact.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-image-native.yml b/.github/workflows/deploy-image-native.yml index 39bf750..673ed38 100644 --- a/.github/workflows/deploy-image-native.yml +++ b/.github/workflows/deploy-image-native.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@v3 diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index ff24a58..1320184 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@v3 diff --git a/.github/workflows/deploy-native-artifact.yml b/.github/workflows/deploy-native-artifact.yml index 5645148..68fa668 100644 --- a/.github/workflows/deploy-native-artifact.yml +++ b/.github/workflows/deploy-native-artifact.yml @@ -26,7 +26,7 @@ jobs: executable-suffix: '.exe' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0