From 1d9fa72ad4c33c463cde93b97802ad2396b07716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 03:01:31 +0000 Subject: [PATCH] build(deps): bump actions/add-to-project from 0.5.0 to 1.0.1 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.5.0 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v1.0.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 0a53a82bb4..96b29f9e0b 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -10,13 +10,13 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v1.0.1 with: # You can target a repository in a different organization # to the issue project-url: https://github.com/orgs/lablup/projects/13 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v1.0.1 with: # You can target a repository in a different organization # to the issue