From 8693beee3c4314f67937cd2d1c3d115f1c3c7fa8 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 30 Oct 2021 17:27:17 +0200 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 2.3.5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e306832..17ce20b 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: fetch-depth: '${{ inputs.checkout-fetch-depth }}'