From ac3546a8110ea8708319ce563a0cf4b1d07d7b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 16:01:11 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the ci group Bumps the ci group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/integrationtest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrationtest.yaml b/.github/workflows/integrationtest.yaml index ed983be..9e3b390 100644 --- a/.github/workflows/integrationtest.yaml +++ b/.github/workflows/integrationtest.yaml @@ -53,7 +53,7 @@ jobs: app_id: ${{ secrets.OCMBOT_APP_ID }} private_key: ${{ secrets.OCMBOT_PRIV_KEY }} - name: checkout inttest - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # hard code repo because we want to reuse it across workflows repository: open-component-model/ocm-integrationtest @@ -79,7 +79,7 @@ jobs: echo "Building OCM from a pull request: ${REF}" echo "REF=${REF}" >> $GITHUB_ENV - name: checkout ocm - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: ${{ ! inputs.use-release }} with: repository: ${{ env.REPO }}