From adcb437435b8fe048340647017433fb68e5ba038 Mon Sep 17 00:00:00 2001 From: Hau Tran <65615198+hau-tran-works@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:10:47 +0700 Subject: [PATCH] Use action/checkout:v3 --- .github/workflows/tls-certificicate-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tls-certificicate-check.yaml b/.github/workflows/tls-certificicate-check.yaml index d139908..4457440 100644 --- a/.github/workflows/tls-certificicate-check.yaml +++ b/.github/workflows/tls-certificicate-check.yaml @@ -18,7 +18,7 @@ jobs: # checkout is required here because: # - Needs the script to load. # - Make commits - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Check the TLS certificate id: tls_certificate_check