summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-06 12:17:12 +0200
committerGitHub <noreply@github.com>2023-03-06 12:17:12 +0200
commitbf1a5246047c92528f87006b6ea14ef18bb7a8b9 (patch)
tree8fab284a75f014544b95441ad670a38943bd1cfe /.github
parentde92de37fde7cdef7fe60fb6060d60c7a73377e6 (diff)
Bump actions/add-to-project from 0.4.0 to 0.4.1 (#14669)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 a80d8b41db..cd6f12ec40 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@v0.4.0
+ uses: actions/add-to-project@v0.4.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@v0.4.0
+ uses: actions/add-to-project@v0.4.1
with:
project-url: https://github.com/orgs/netdata/projects/45
github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}