From c908813d0f0d8e7ad5cd81011a30e36aa0a8a099 Mon Sep 17 00:00:00 2001 From: Nevo David <100117126+nevo-david@users.noreply.github.com> Date: Sat, 14 Feb 2026 13:45:26 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4637f7f..eb30259e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@

+

NEW: check out Postiz agent CLI! perfect for OpenClaw and other agents

Your ultimate AI social media scheduling tool


From 844449b3788ebaf1d2ae1a8cfd7d6c2c169306e3 Mon Sep 17 00:00:00 2001 From: Enno Gelhaus Date: Sat, 14 Feb 2026 18:59:40 +0100 Subject: [PATCH 2/2] Update checkout action version to v6 --- .github/workflows/pr-docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-docker-build.yml b/.github/workflows/pr-docker-build.yml index 17eb5c04..2c1832e6 100644 --- a/.github/workflows/pr-docker-build.yml +++ b/.github/workflows/pr-docker-build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }}