From 2717b944ea1deffec529cd9f623d3ab8129f2291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:09:48 +0000 Subject: [PATCH] chore(deps): Bump actions/add-to-project from 0.5.0 to 0.6.0 (#222) --- .github/workflows/project_add.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project_add.yml b/.github/workflows/project_add.yml index 5f9276b..b0b105a 100644 --- a/.github/workflows/project_add.yml +++ b/.github/workflows/project_add.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.0 with: project-url: https://github.com/orgs/MeltanoLabs/projects/3 github-token: ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }}