From 18d8676a1ea5dfef063c6e81d88917c33e00480e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:01:35 +0000 Subject: [PATCH 1/2] chore(deps): bump crazy-max/ghaction-setup-docker from 4.3.0 to 4.4.0 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/osx-sdk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osx-sdk.yaml b/.github/workflows/osx-sdk.yaml index 36efe22..63b571c 100644 --- a/.github/workflows/osx-sdk.yaml +++ b/.github/workflows/osx-sdk.yaml @@ -22,7 +22,7 @@ jobs: # with: # xcode-version: latest - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@v4.3.0 + uses: crazy-max/ghaction-setup-docker@v4.4.0 env: SIGN_QEMU_BINARY: 1 COLIMA_START_ARGS: --cpu 4 --memory 8 --disk 32 From a0a16388a959c2374a69a7146000f402e712ccc4 Mon Sep 17 00:00:00 2001 From: Goren G Date: Fri, 17 Oct 2025 15:45:27 +0800 Subject: [PATCH 2/2] fix: welcome workflow Signed-off-by: Goren G --- .github/workflows/welcome.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 6265d83..6cffb2a 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -14,12 +14,12 @@ jobs: - name: First interaction uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: | Hello! Thank you for filing an issue. If this is a bug report, please include relevant logs to help us debug the problem. - pr-message: | + pr_message: | Hello! Thank you for your contribution. 👋👋👋 If you are fixing a bug, please reference the issue number in the description.