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