ソースを参照

Bump actions/add-to-project from 0.5.0 to 1.0.1 (#1888)

Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.5.0 to 1.0.1.
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v1.0.1)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 年間 前
コミット
e42266f85b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/add_to_project.yml

+ 1 - 1
.github/workflows/add_to_project.yml

@@ -13,7 +13,7 @@ jobs:
     name: Add new issue and pr to project
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/add-to-project@v0.5.0
+      - uses: actions/add-to-project@v1.0.1
         with:
           project-url: https://github.com/orgs/tabler/projects/9/views/1
           github-token: ${{ secrets.GITHUB_TOKEN }}