From 874212dde4db904cd8f96cc00e5186014c05adff Mon Sep 17 00:00:00 2001 From: Benedikt Villwock <2339108+benefiction@users.noreply.github.com> Date: Fri, 15 Apr 2022 14:51:40 +0200 Subject: [PATCH] chore: update checkout action in workflow https://github.com/actions/checkout/issues/766 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a86633..1ea1c12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: name: set up node and install app steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v3.0.1 - name: SetUp Node Env uses: actions/setup-node@v3 with: