diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2f6df79..2a800c9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools