diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 071d86a..10cbd42 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,7 +65,7 @@ jobs: sha256sum * > checksums.txt - name: Create GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: files: | bin/* diff --git a/Makefile b/Makefile index ca435c4..6d4ef28 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Include ODC common make targets -DEV_KIT_VERSION := v1.0.10 +DEV_KIT_VERSION := v1.0.11 -include common.mk common.mk: @[ -f .common.mk-download ] || \