Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 9927e0f

Browse files
Bump actions/add-to-project from 0.5.0 to 1.0.2
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.5.0 to 1.0.2. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.5.0...v1.0.2) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1883658 commit 9927e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
app_id: ${{ secrets.SYNC_APP_ID }}
1919
private_key: ${{ secrets.SYNC_APP_PRIVATE_KEY }}
2020

21-
- uses: actions/add-to-project@v0.5.0
21+
- uses: actions/add-to-project@v1.0.2
2222
with:
2323
project-url: ${{ secrets.ADD_TO_PROJECT_URL }}
2424
github-token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)