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 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.