diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index ebbb6374b..a9c9e344f 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@v3.5.3 + uses: actions/checkout@v3.6.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 900a80b53..895e608ea 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@v3.5.3 + uses: actions/checkout@v3.6.0 with: # Required by flakes fetch-depth: 0