From bd65c2445df2799419254a9227e8b732cf1f80e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:49:06 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-action.yaml | 2 +- .github/workflows/push-to-ghcr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index 81f93a174..d1684cfa8 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.0 + uses: actions/checkout@v4.1.1 with: # Required by flakes fetch-depth: 0 diff --git a/.github/workflows/push-to-ghcr.yaml b/.github/workflows/push-to-ghcr.yaml index b2a2a166d..d4df37135 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.0 + uses: actions/checkout@v4.1.1 with: # Required by flakes fetch-depth: 0