From 56936b3d26c5bb5e772e4d5460455e0a1d49d808 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 15:23:31 +0000 Subject: [PATCH] feat(Dependencies): Update actions/checkout action to v3.6.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.5.3 | v3.6.0 | --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index a111d35..4e3e6f1 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Build with retry uses: Wandalen/wretry.action@v1.3.0 with: