From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:54:33 +0000 (+0000) Subject: build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415) X-Git-Tag: v3.13.0a6~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bb12e407c183946471272f8aee098e54e62a333;p=thirdparty%2FPython%2Fcpython.git build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/project-updater.yml b/.github/workflows/project-updater.yml index 56e508d453c3..066d8593a70c 100644 --- a/.github/workflows/project-updater.yml +++ b/.github/workflows/project-updater.yml @@ -23,7 +23,7 @@ jobs: - { project: 32, label: sprint } steps: - - uses: actions/add-to-project@v0.6.0 + - uses: actions/add-to-project@v1.0.0 with: project-url: https://github.com/orgs/python/projects/${{ matrix.project }} github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}