Skip to content

Commit

Permalink
chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.1 (#1961)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 29, 2024
1 parent 270dcb4 commit 4fa5209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v0.6.1
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/orgs/lablup/projects/11
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.1
with:
project-url: https://github.com/orgs/lablup/projects/20
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 4fa5209

Please sign in to comment.