diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index 9e05aaa4f..72df2da1c 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.7 + uses: actions/checkout@v4.2.0 with: # Required by flakes fetch-depth: 0 diff --git a/.github/workflows/push-to-ghcr.yaml b/.github/workflows/push-to-ghcr.yaml index b11b03ac4..4222f60c9 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.7 + uses: actions/checkout@v4.2.0 with: # Required by flakes fetch-depth: 0