summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-13 19:42:43 +0300
committerGitHub <noreply@github.com>2024-04-13 19:42:43 +0300
commite64f027bdb42eec6867d87ffc6c6cbfad0cd4948 (patch)
tree6ea6611cf392b5c38e4eec6e206d913113f52039
parent80d2dd74d0a3b03342d7768f1478a29c1ff78ca7 (diff)
Bump actions/add-to-project from 1.0.0 to 1.0.1 (#17402)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/add-to-project.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml
index 0f96dec810..7716cab075 100644
--- a/.github/workflows/add-to-project.yml
+++ b/.github/workflows/add-to-project.yml
@@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add issues to Agent project board
- uses: actions/add-to-project@v1.0.0
+ uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/netdata/projects/32
github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}
- name: Add issues to Product Bug project board
- uses: actions/add-to-project@v1.0.0
+ uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/netdata/projects/45
github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}