From cc4930e0d1c299b6bc2a78d96a9b8896da3d92f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:17:06 +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-nightly-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-nightly-ci.yaml b/.github/workflows/auto-nightly-ci.yaml index f1ca35052..71b082a58 100644 --- a/.github/workflows/auto-nightly-ci.yaml +++ b/.github/workflows/auto-nightly-ci.yaml @@ -117,7 +117,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.WELAN_PAT }} title: "Night CI ${{ ENV.TIMESTAMP }}: Failed"