From 38e6aaf5b252f82f18a84111d26e9c7da93eed7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:02:53 +0000 Subject: [PATCH] Bump actions/add-to-project Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 8a84a858ead1a8775386f50be595a438772c2879 to 4fda2e598c349fd1d6770dc6df8b0b61158c3e90. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/8a84a858ead1a8775386f50be595a438772c2879...4fda2e598c349fd1d6770dc6df8b0b61158c3e90) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 4fda2e598c349fd1d6770dc6df8b0b61158c3e90 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 ddc80c910..39d1a88af 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@8a84a858ead1a8775386f50be595a438772c2879 + - uses: actions/add-to-project@4fda2e598c349fd1d6770dc6df8b0b61158c3e90 with: project-url: https://github.com/orgs/meilisearch/projects/44 github-token: ${{ secrets.GH_TOKEN }}