Skip to content

Commit ea0d615

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Add newly opened issue to GitHub Project
21-
uses: actions/add-to-project@v1.0.2
21+
uses: actions/add-to-project@v2.0.0
2222
with:
2323
project-url: ${{ secrets.PROJECT_URL }}
2424
github-token: ${{ secrets.PROJECTS_TOKEN }}

0 commit comments

Comments
 (0)