From 08878012a9b0b2ec0ae6b819255c1cc5a10fbbc4 Mon Sep 17 00:00:00 2001 From: Ning Shang Date: Thu, 28 May 2026 15:34:49 -0700 Subject: [PATCH] Update GHA depedency actions/checkout -> v6.0.2 --- .github/workflows/sanity.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 28d005c..a1b0242 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -11,7 +11,8 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Checkout code' - uses: 'actions/checkout@v4' + # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: 'Build Docker image' run: | set -euxo pipefail @@ -27,7 +28,8 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Checkout code' - uses: 'actions/checkout@v4' + # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: 'Install shellcheck' run: | set -euxo pipefail