Skip to content

Commit 1f8fbf2

Browse files
Bump actions/add-to-project from 0.6.0 to 1.0.2
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.0 to 1.0.2. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.6.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] <[email protected]>
1 parent 9f0c2fa commit 1f8fbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
1919

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

0 commit comments

Comments
 (0)