From 693c63e6936f9d86d5161a724002dc89ab781bb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:54:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/device-tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/device-tox.yml b/.github/workflows/device-tox.yml index 9245a647..5db307a1 100644 --- a/.github/workflows/device-tox.yml +++ b/.github/workflows/device-tox.yml @@ -20,7 +20,7 @@ jobs: matrix: python: ["3.8", "3.10"] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Python uses: actions/setup-python@v5 with: