Skip to content

Commit

Permalink
chore(deps): update actions/add-to-project action to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 07b5cdf commit d60ba84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issues_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.1
- uses: actions/add-to-project@v0.6.0
with:
# You can target a repository in a different organization
# to the issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.1
- uses: actions/add-to-project@v0.6.0
with:
# You can target a repository in a different organization to the issue
project-url: https://github.com/orgs/MobilityData/projects/58
Expand Down

0 comments on commit d60ba84

Please sign in to comment.