From 1ce17ef016bba5d9c04bd3af433fc1e0f1c7259f Mon Sep 17 00:00:00 2001 From: Patrick Heneise Date: Mon, 14 Nov 2022 09:38:40 +0200 Subject: [PATCH] chore: update action --- .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 80d57d9..927c130 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: '16'