From 81969375db50f7b767da1b34f8fcc11ee54b0386 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 29 Oct 2022 16:14:35 -0700 Subject: [PATCH] github/workflows: use checkout v3 Fix: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout Signed-off-by: Tim Orling --- .github/workflows/build-test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 6f03219..c0caa98 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -21,7 +21,7 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Build the image - name: build