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.