diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 02fd077..6fec074 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools