Skip to content

Commit

Permalink
build(deps): bump dacbd/create-issue-action from 1.2.1 to 2.0.0
Browse files Browse the repository at this point in the history
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](dacbd/create-issue-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent d821254 commit 7ce4bd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-diff-k8s-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-nightly-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-upgrade-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ce4bd6

Please sign in to comment.