From 55705e85bca4698c1c7cd199b64830a107d0ef93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:22:43 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-binary.yml b/.github/workflows/update-binary.yml index c8035e8..bbcd926 100644 --- a/.github/workflows/update-binary.yml +++ b/.github/workflows/update-binary.yml @@ -28,7 +28,7 @@ jobs: echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a $GITHUB_ENV - name: Checkout Template - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v5.2.0