From d736bff3033d124ee3f08a114a77cb5d322def40 Mon Sep 17 00:00:00 2001 From: Daniel Kogeni <40920446+dan-k3@users.noreply.github.com> Date: Mon, 31 Oct 2022 02:17:46 -0500 Subject: [PATCH] Upgrade to checkout@v3 Node.js 12 actions are deprecated as of 27/9/2022. Only Node.js 16 is supported for actions. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b270f0..55c5308 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Grep action.yaml content id: grep-image-content run: |