From 205b6c89c1053a610fa381b5d24b7c6c3b3be205 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 8 Aug 2023 17:30:44 +0000 Subject: [PATCH] Bump GHA to user TSCCR approved versions --- .github/workflows/ensure-docs-compiled.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ensure-docs-compiled.yaml b/.github/workflows/ensure-docs-compiled.yaml index 8d10ac7..74a174d 100644 --- a/.github/workflows/ensure-docs-compiled.yaml +++ b/.github/workflows/ensure-docs-compiled.yaml @@ -6,8 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎 - uses: actions/checkout@v2 - - uses: actions/setup-go@v4 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 - shell: bash run: make build-docs - shell: bash