Skip to content

Commit

Permalink
Bump actions/add-to-project from 0.3.0 to 0.4.1 (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent d07ae5b commit 2cf12f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-new-pr-to-oss-triaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
needs: [check-pr-if-external]
if: needs.check-pr-if-external.outputs.is_external_pr == 'true'
steps:
- uses: actions/add-to-project@v0.3.0
- uses: actions/add-to-project@v0.4.1
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}

0 comments on commit 2cf12f1

Please sign in to comment.