From 4dbf32ee7bb31b95ef3202bccb7835ce94ca4ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 3 Oct 2024 11:16:24 +0200 Subject: [PATCH] ci: upgrade vendor actions --- .github/workflows/auto-add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 7dadeb66..af1f3519 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -11,7 +11,7 @@ jobs: name: Add issue and bugs to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/overhangio/projects/4 github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}