From 158be907ba2f53d16bdb4784c228c8e755f5cc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:37:02 +0000 Subject: [PATCH] Bump actions/add-to-project Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 280af8ae1f83a494cfad2cb10f02f6d13529caa9 to 5b1a254a3546aef88e0a7724a77a623fa2e47c36. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/280af8ae1f83a494cfad2cb10f02f6d13529caa9...5b1a254a3546aef88e0a7724a77a623fa2e47c36) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 5b1a254a3546aef88e0a7724a77a623fa2e47c36 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 0b3309dd8..8a6bbf48b 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@280af8ae1f83a494cfad2cb10f02f6d13529caa9 + - uses: actions/add-to-project@5b1a254a3546aef88e0a7724a77a623fa2e47c36 with: project-url: https://github.com/orgs/meilisearch/projects/44 github-token: ${{ secrets.GH_TOKEN }}