From 7ce4bd607b6008d9495b4db62b68e8180c500a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:10:30 +0000 Subject: [PATCH] build(deps): bump dacbd/create-issue-action from 1.2.1 to 2.0.0 Bumps [dacbd/create-issue-action](https://github.com/dacbd/create-issue-action) from 1.2.1 to 2.0.0. - [Release notes](https://github.com/dacbd/create-issue-action/releases) - [Commits](https://github.com/dacbd/create-issue-action/compare/v1.2.1...v2.0.0) --- updated-dependencies: - dependency-name: dacbd/create-issue-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-diff-k8s-ci.yaml | 2 +- .github/workflows/auto-nightly-ci.yaml | 2 +- .github/workflows/auto-upgrade-ci.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-diff-k8s-ci.yaml b/.github/workflows/auto-diff-k8s-ci.yaml index 0da1b5948a..d940feb67e 100644 --- a/.github/workflows/auto-diff-k8s-ci.yaml +++ b/.github/workflows/auto-diff-k8s-ci.yaml @@ -200,7 +200,7 @@ jobs: echo "TIMESTAMP=`date +%Y-%m-%d`" >> $GITHUB_ENV - name: create an issue - uses: dacbd/create-issue-action@v1.2.1 + uses: dacbd/create-issue-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} title: "Nightly K8s Matrix CI ${{ ENV.TIMESTAMP }}: Failed" diff --git a/.github/workflows/auto-nightly-ci.yaml b/.github/workflows/auto-nightly-ci.yaml index 7abe356ce7..be49301c60 100644 --- a/.github/workflows/auto-nightly-ci.yaml +++ b/.github/workflows/auto-nightly-ci.yaml @@ -199,7 +199,7 @@ jobs: echo "TIMESTAMP=`date +%Y-%m-%d`" >> $GITHUB_ENV - name: create an issue - uses: dacbd/create-issue-action@v1.2.1 + uses: dacbd/create-issue-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} title: "Night CI ${{ ENV.TIMESTAMP }}: Failed" diff --git a/.github/workflows/auto-upgrade-ci.yaml b/.github/workflows/auto-upgrade-ci.yaml index a0239d0691..2b9b13ac1e 100644 --- a/.github/workflows/auto-upgrade-ci.yaml +++ b/.github/workflows/auto-upgrade-ci.yaml @@ -402,7 +402,7 @@ jobs: echo "TIMESTAMP=`date +%Y-%m-%d`" >> $GITHUB_ENV - name: create an issue - uses: dacbd/create-issue-action@v1.2.1 + uses: dacbd/create-issue-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} title: "upgrade CI ${{ ENV.TIMESTAMP }}: Failed"