From 8d50307f8ca96d8156f6a624054e0a6e1c666bcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 30 Mar 2024 12:15:56 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v1 --- apollo-ios/.github/workflows/prometheus-project-add.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-ios/.github/workflows/prometheus-project-add.yml b/apollo-ios/.github/workflows/prometheus-project-add.yml index 95c0d611c..9a554c228 100644 --- a/apollo-ios/.github/workflows/prometheus-project-add.yml +++ b/apollo-ios/.github/workflows/prometheus-project-add.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add to project - uses: actions/add-to-project@v0.6.1 + uses: actions/add-to-project@v1.0.0 with: project-url: https://github.com/orgs/apollographql/projects/21 github-token: ${{ secrets.PROMETHEUS_PROJECT_ACCESS_SECRET }}