Skip to content

Commit

Permalink
chore(deps): update actions/add-to-project action to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent eb19975 commit f49daf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ jobs:

- name: Add to Project
if: github.event == 'workflow_call'
uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1
with:
project-url: ${{ inputs.project-url }}
github-token: ${{ secrets.github-token }}

- name: Add to Project
if: github.event != 'workflow_call' && github.actor == 'dependabot[bot]'
uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}

0 comments on commit f49daf1

Please sign in to comment.