From 2daf638ef87657eebd260223605e7bf45b00afd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:54:32 +0100 Subject: [PATCH] chore(deps): Bump dcarbone/install-yq-action from 1.1.1 to 1.2.0 (#4114) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7b85ad35..37b7566c 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