diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index a9c9e344f..72d2c1a92 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.6.0 + uses: actions/checkout@v4.1.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 895e608ea..ae8fc6444 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.6.0 + uses: actions/checkout@v4.1.0 with: # Required by flakes fetch-depth: 0