From 8022bf4cee823067e6498c0a6b90a124031434cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:29:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-plugin-manager.yml | 2 +- .github/workflows/updatecli.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-plugin-manager.yml b/.github/workflows/sync-plugin-manager.yml index 0e13614dd7..44cd272004 100644 --- a/.github/workflows/sync-plugin-manager.yml +++ b/.github/workflows/sync-plugin-manager.yml @@ -12,7 +12,7 @@ jobs: if: github.repository_owner == 'jenkinsci' steps: - name: Check out source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: PLUGIN_CLI_VERSION id: lts diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 4127fa71f0..26860f38e4 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -13,7 +13,7 @@ jobs: if: github.repository_owner == 'jenkinsci' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Updatecli in the runner uses: updatecli/updatecli-action@v2.89.0