From 2915ccdfa6772fb542ce172d42716a8930093017 Mon Sep 17 00:00:00 2001 From: "SecOps[bot]" <136828330+svc-secops@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:55:54 -0500 Subject: [PATCH] chore(deps): update actions/add-to-project action to v0.5.0 (apollographql/apollo-ios-dev#205) --- 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 e54e90763..7f9640c1e 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.4.0 + uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/apollographql/projects/21 github-token: ${{ secrets.PROMETHEUS_PROJECT_ACCESS_SECRET }}