From e08dc7d7b4ac7fa4f66ea0f121722f4d301afd0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 15:45:47 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/async_beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/async_beta.yml b/.github/workflows/async_beta.yml index d3b8f31..cf2869d 100644 --- a/.github/workflows/async_beta.yml +++ b/.github/workflows/async_beta.yml @@ -25,7 +25,7 @@ jobs: echo "github.event.release.prerelease: ${{ github.event.release.prerelease }}" echo "github.event.release.draft: ${{ github.event.release.draft }}" - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx