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 ] || \