From dd8012ac300e7f793c1472b1732c327f4a332c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:36:04 +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 037eb5e..5cb1490 100644 --- a/.github/workflows/sync-github-push-gha-metrics-source.yml +++ b/.github/workflows/sync-github-push-gha-metrics-source.yml @@ -40,7 +40,7 @@ jobs: continue-on-error: true - name: Checkout the repo - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Update version env: @@ -77,7 +77,7 @@ jobs: continue-on-error: true - name: Checkout the repo - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: snapshot