From e088637e86832a54eb016808f5875eba7c0e8659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:53:56 +0000 Subject: [PATCH] :arrow_up: Updates actions/checkout action to v2.8.0 --- .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 8092eec7..4b921e45 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.7.0 + - uses: actions/checkout@v2.8.0 ###################### # Run the tag action #