From c85abfb4fa67798be98cb5fe53a4f82dd2999a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:32:38 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.2.2. - [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/8ade135a41bc03ea155e62e844d188df1ea18608...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-github-push-gha-metrics-source.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-github-push-gha-metrics-source.yml b/.github/workflows/sync-github-push-gha-metrics-source.yml index 52cf874..63b6f9f 100644 --- a/.github/workflows/sync-github-push-gha-metrics-source.yml +++ b/.github/workflows/sync-github-push-gha-metrics-source.yml @@ -39,7 +39,7 @@ jobs: continue-on-error: true - name: Checkout the repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Update version env: @@ -75,7 +75,7 @@ jobs: continue-on-error: true - name: Checkout the repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: snapshot