diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-04-01 10:35:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 10:35:55 (GMT) |
commit | 87e470b039a4ae615b11bf34f205c1c5f84ff543 (patch) | |
tree | 40c30f40f90af697d6b83c78558f0e8943c1ad0f | |
parent | 0b23bc334c3762615ef44a53663aeab1ed625595 (diff) | |
download | cpython-87e470b039a4ae615b11bf34f205c1c5f84ff543.zip cpython-87e470b039a4ae615b11bf34f205c1c5f84ff543.tar.gz cpython-87e470b039a4ae615b11bf34f205c1c5f84ff543.tar.bz2 |
[3.12] build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (GH-117415) (#117420)
build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (GH-117415)
(cherry picked from commit 3bb12e407c183946471272f8aee098e54e62a333)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/project-updater.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/project-updater.yml b/.github/workflows/project-updater.yml index 56e508d..066d859 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 }} |