From 1d09615efbb8292bfb171ee1afdbb9ce2a1f95e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:01:28 +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: