From 74bcddb25ec727f73d3a9227f8e3366ba452160d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:25:00 +0000 Subject: [PATCH] chore(deps): update dependencies (patch & digest) --- .github/workflows/release-ocm-components.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ocm-components.yml b/.github/workflows/release-ocm-components.yml index 5418c2f..cac02fc 100644 --- a/.github/workflows/release-ocm-components.yml +++ b/.github/workflows/release-ocm-components.yml @@ -25,7 +25,7 @@ jobs: - ./zot steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up OCM CLI uses: open-component-model/ocm-setup-action@8c71929f38d3486e352e5d7aaf813f36accaaf43 diff --git a/Makefile b/Makefile index 9a8ecad..78da92e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Include ODC common make targets -DEV_KIT_VERSION := v1.0.8 +DEV_KIT_VERSION := v1.0.9 -include common.mk common.mk: @[ -f .common.mk-download ] || \