From fb34542b607ed2b8c4633d96857f185a1e83ab1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:15:08 +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/custom_acceptance.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/release_prep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/custom_acceptance.yml b/.github/workflows/custom_acceptance.yml index 98779cc0..a5a7362a 100644 --- a/.github/workflows/custom_acceptance.yml +++ b/.github/workflows/custom_acceptance.yml @@ -39,7 +39,7 @@ jobs: steps: - name: "checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: "export environment" run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1545ad4d..37f730f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: ref: "${{ github.ref }}" clean: true diff --git a/.github/workflows/release_prep.yml b/.github/workflows/release_prep.yml index 5c28baaa..8d3d0a66 100644 --- a/.github/workflows/release_prep.yml +++ b/.github/workflows/release_prep.yml @@ -26,7 +26,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: ref: 'release-prep' fetch-depth: 0