From e5dc7c955da5a93893b8a13d5a30fb849595dc26 Mon Sep 17 00:00:00 2001 From: Daniel Jacobs Date: Wed, 5 Jun 2024 14:31:34 -0400 Subject: [PATCH] Fix a warning about Node version in deploy workflow --- .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 7c69f3e1..599a55bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a set of commands using the spec-prod (https://w3c.github.io/spec-prod/) # the document is built and validated as a check in the pull request.