From c2e8d9a3b3a00e47e73576cfdf6ffd054e73fa7c Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 5 Oct 2023 06:54:50 -0700 Subject: [PATCH] Checkout shared action (#2252) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 971c21d6f..a00c4c987 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,6 +192,7 @@ jobs: contents: read id-token: write steps: + - uses: actions/checkout@v4 - name: Download built image artifacts uses: actions/download-artifact@v3 with: