summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 09:54:33 (GMT)
committerGitHub <noreply@github.com>2024-04-01 09:54:33 (GMT)
commit3bb12e407c183946471272f8aee098e54e62a333 (patch)
treef2744ba8a06db41377da22c0d88a37ad5e7028f2
parent56e99307c49adcc6df355f8070229371c97d654f (diff)
downloadcpython-3bb12e407c183946471272f8aee098e54e62a333.zip
cpython-3bb12e407c183946471272f8aee098e54e62a333.tar.gz
cpython-3bb12e407c183946471272f8aee098e54e62a333.tar.bz2
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>
-rw-r--r--.github/workflows/project-updater.yml2
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 }}