From 4070eed15bbc74a1dc32589357698e488422f804 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 11:10:20 +0000 Subject: [PATCH] Update actions/checkout action to v2.4.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6bea8c9..a7dea06 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checking out Repository - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.4.0 - name: Setting up node.js uses: actions/setup-node@v2.1.2 with: