From ad60db17c965320123801150435ac5f8903612d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:56:50 +0000 Subject: [PATCH] :arrow_up: Updates actions/checkout action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/versioning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index aa076789..826b8182 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -31,7 +31,7 @@ jobs: ############################# # Check out the latest code # ############################# - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4.1.1 ###################### # Run the tag action #