diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index fb789ebdf..b6e535e43 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.3 + uses: actions/checkout@v4.1.4 with: # Required by flakes fetch-depth: 0 diff --git a/.github/workflows/push-to-ghcr.yaml b/.github/workflows/push-to-ghcr.yaml index 639135c01..d56407006 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.3 + uses: actions/checkout@v4.1.4 with: # Required by flakes fetch-depth: 0