diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index de51e442f..9e05aaa4f 100644 --- a/.github/workflows/benchmark-action.yaml +++ b/.github/workflows/benchmark-action.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Required by flakes fetch-depth: 0 diff --git a/.github/workflows/push-to-ghcr.yaml b/.github/workflows/push-to-ghcr.yaml index 377862615..4ef1155b6 100644 --- a/.github/workflows/push-to-ghcr.yaml +++ b/.github/workflows/push-to-ghcr.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Required by flakes fetch-depth: 0