From 2e711741a43e338f4660f462779dc6ef707cce31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:14:30 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/clean-repo.yml | 2 +- .github/workflows/whats-new.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clean-repo.yml b/.github/workflows/clean-repo.yml index a56ecec1d2e..e8d104c43b0 100644 --- a/.github/workflows/clean-repo.yml +++ b/.github/workflows/clean-repo.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 # Call clean repo - name: Clean repo diff --git a/.github/workflows/whats-new.yml b/.github/workflows/whats-new.yml index fa7d699ba8f..7563cf1af6c 100644 --- a/.github/workflows/whats-new.yml +++ b/.github/workflows/whats-new.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: "Print manual run reason" if: ${{ github.event_name == 'workflow_dispatch' }}