From 1042113adb43db4ff1d11f807f7b087006fd8c80 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 18:28:28 +0000 Subject: [PATCH] :arrow_up: Updates actions/checkout action to v2.4.2 --- .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..5ef31abf 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@v2.4.2 ###################### # Run the tag action #