From 180ee59cd27988c2467f7718ee349c0dc2d71f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:47:40 +0200 Subject: [PATCH] build(deps): Bump actions/checkout from 3 to 4 (#18) 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/continuous-delivery.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index e7b43ca..2f24fb1 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -38,7 +38,7 @@ jobs: echo "E2E_PRE_ROLLING_UPDATE_IMG=${e2e_pre_rolling_update_image}" >> $GITHUB_OUTPUT - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the GitHub Container registry uses: docker/login-action@v3 @@ -105,7 +105,7 @@ jobs: echo "-----------------------------------------------------" - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: cloudnative-pg/cloudnative-pg ref: main