Skip to content

Commit d3a7d63

Browse files
ci(deps): Bump actions/add-to-project from 0.6.1 to 1.0.2
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.1 to 1.0.2. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.6.1...v1.0.2) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29466c4 commit d3a7d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-to-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4040
- id: add-item
4141
name: Add ${{ format('#{0}', github.event.number) }} to project
42-
uses: actions/add-to-project@v0.6.1
42+
uses: actions/add-to-project@v1.0.2
4343
with:
4444
github-token: ${{ steps.bot-token.outputs.token }}
4545
project-url: |

0 commit comments

Comments
 (0)