From f2c851986917ec83c906279d82121e3f7175786f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:03:56 +0000 Subject: [PATCH] Bump actions/add-to-project Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300 to c0c5949b017d0d4a39f7ba888255881bdac2a823. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300...c0c5949b017d0d4a39f7ba888255881bdac2a823) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: c0c5949b017d0d4a39f7ba888255881bdac2a823 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/code-sample-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-sample-automation.yml b/.github/workflows/code-sample-automation.yml index fe230d27b..7b8dc9761 100644 --- a/.github/workflows/code-sample-automation.yml +++ b/.github/workflows/code-sample-automation.yml @@ -10,7 +10,7 @@ jobs: add-pr-to-project: runs-on: ubuntu-22.04 steps: - - uses: actions/add-to-project@0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300 + - uses: actions/add-to-project@c0c5949b017d0d4a39f7ba888255881bdac2a823 with: project-url: https://github.com/orgs/meilisearch/projects/44 github-token: ${{ secrets.GH_TOKEN }}