summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}