From 1e3ee10bb4dadf00ba5b262ab1095a19024e9306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:17:00 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v0.6.1 --- .github/workflows/add-issue-to-project.yml | 2 +- .github/workflows/add-pr-to-project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml index aabcfe1d..682bd586 100644 --- a/.github/workflows/add-issue-to-project.yml +++ b/.github/workflows/add-issue-to-project.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/imgix/projects/4 github-token: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml index 58f196a9..1e70d683 100644 --- a/.github/workflows/add-pr-to-project.yml +++ b/.github/workflows/add-pr-to-project.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/imgix/projects/4 github-token: ${{ secrets.GH_TOKEN }}