From bc8ba3df3eab35d1e2072d957fca45b261fbb5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:54:54 +0000 Subject: [PATCH] chore(deps): Bump dcarbone/install-yq-action from 1.1.1 to 1.2.0 Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/dcarbone/install-yq-action/releases) - [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: dcarbone/install-yq-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checksum_checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checksum_checker.yaml b/.github/workflows/checksum_checker.yaml index 7b85ad355aeb..37b7566cd491 100644 --- a/.github/workflows/checksum_checker.yaml +++ b/.github/workflows/checksum_checker.yaml @@ -23,7 +23,7 @@ jobs: sudo pip install --upgrade pip pip install huggingface_hub - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.1.1 + uses: dcarbone/install-yq-action@v1.2.0 with: version: 'v4.44.2' download-compressed: true