summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 15:49:05 +0200
committerGitHub <noreply@github.com>2024-03-25 15:49:05 +0200
commitffee5ddf9843da866135cf7883a9633b849d6f23 (patch)
tree7f32af31055fbf52cfe84e72e4dd2635e0a6d492 /.github
parentab8882ec85e739d1b18ce6a4523cd67f9b8a25c2 (diff)
Bump actions/add-to-project from 0.6.0 to 0.6.1 (#17245)
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 8389171460..a191b31cd7 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.6.0
+ uses: actions/add-to-project@v0.6.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.6.0
+ uses: actions/add-to-project@v0.6.1
with:
project-url: https://github.com/orgs/netdata/projects/45
github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}