From 436d500caf1dbbf61cbc91fed974fbdbe06fbbbd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 12 Jun 2024 19:37:13 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.7 Signed-off-by: Mend Renovate --- .github/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 539b821..1798eb8 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository # https://github.com/actions/checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Python # https://github.com/actions/setup-python @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout repository # https://github.com/actions/checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Python # https://github.com/actions/setup-python @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repository # https://github.com/actions/checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Docker Buildx # https://github.com/docker/setup-buildx-action @@ -109,7 +109,7 @@ jobs: steps: - name: Checkout repository # https://github.com/actions/checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Docker Buildx # https://github.com/docker/setup-buildx-action