From e89d52a1a2c5917214fc4c13654ac5fceb563b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 19:04:45 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.1 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [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.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-update.yaml b/.github/workflows/build-update.yaml index 97755f7..2b083a5 100644 --- a/.github/workflows/build-update.yaml +++ b/.github/workflows/build-update.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout code - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 - name: setup qemu id: qemu uses: docker/setup-qemu-action@v1.2.0