diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index 0d80c743e..e883f7fdb 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.2.0 + uses: actions/checkout@v4.2.2 with: # Required by flakes fetch-depth: 0 diff --git a/.github/workflows/push-to-ghcr.yaml b/.github/workflows/push-to-ghcr.yaml index 19045b7bf..4bfefa701 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.2.0 + uses: actions/checkout@v4.2.2 with: # Required by flakes fetch-depth: 0