From f55460991930d8d9a76ef96f35a7960eebc86ce3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:40:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/packer-publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packer-publish-image.yaml b/.github/workflows/packer-publish-image.yaml index e5d55dd..ea6e68b 100644 --- a/.github/workflows/packer-publish-image.yaml +++ b/.github/workflows/packer-publish-image.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup `packer` uses: hashicorp/setup-packer@main