From 500f65dad149c590c4a9c82e510ffb0b63641e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:31:43 +0000 Subject: [PATCH] Update actions/checkout action to v3.6.0 --- .github/workflows/molecule-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule-e2e.yml b/.github/workflows/molecule-e2e.yml index 07ca96b..8808990 100644 --- a/.github/workflows/molecule-e2e.yml +++ b/.github/workflows/molecule-e2e.yml @@ -21,7 +21,7 @@ jobs: - 16 - 17 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.6.0 with: path: "${{ github.repository }}" - uses: actions/setup-python@v4