diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9cd0617..ca989bb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: steps: - name: "Checkout the repo" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 - name: "Setup Python" id: "setup-python" @@ -129,7 +129,7 @@ jobs: steps: - name: "Checkout the repo" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 - name: "Setup Python" id: "setup-python"