From fdc9ec43d95a5f76cb37d788869339d83c94e715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:04:39 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v0.5.0 --- .github/workflows/issues_to_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues_to_project.yml b/.github/workflows/issues_to_project.yml index eee68314..599be9e1 100644 --- a/.github/workflows/issues_to_project.yml +++ b/.github/workflows/issues_to_project.yml @@ -10,7 +10,7 @@ jobs: name: Add issues to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.4.0 + - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/HangarMC/projects/1 github-token: ${{ secrets.CR_PAT }}