From 8d6de218c6a6c9e4cbf653086e1398c66df87ac4 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 3 Dec 2021 18:00:43 +0100 Subject: [PATCH] Bump actions/checkout from 2.3.5 to 2.4.0 https://github.com/actions/checkout/releases/tag/v2.4.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 17ce20b..bf0aceb 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 with: fetch-depth: '${{ inputs.checkout-fetch-depth }}'