From c30ae082e2d24e66752165ff8efd33c2c9f5fe83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:21:09 +0000 Subject: [PATCH] CLDR-15539 gh:(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/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6eb1237..1976f8f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,12 +22,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: false if: github.event.inputs.git-ref == '' - name: Clone Repository (manual ref) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: false ref: ${{ github.event.inputs.git-ref }}