Skip to content

Commit

Permalink
Bump WyriHaximus/github-action-create-milestone from 0.1.0 to v1 (#251)
Browse files Browse the repository at this point in the history
Bumps [WyriHaximus/github-action-create-milestone](https://github.com/WyriHaximus/github-action-create-milestone) from 0.1.0 to v1.
- [Release notes](https://github.com/WyriHaximus/github-action-create-milestone/releases)
- [Commits](WyriHaximus/github-action-create-milestone@0.1.0...b86699b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2021
1 parent 6773109 commit 2483413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Ensure the milestone exists
- name: Create Milestone
uses: WyriHaximus/github-action-create-milestone@0.1.0
uses: WyriHaximus/github-action-create-milestone@v1
with:
title: v${{ steps.gitversion.outputs.majorMinorPatch }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: gittools/actions/gitversion/execute@master

- name: Create Milestone
uses: WyriHaximus/github-action-create-milestone@0.1.0
uses: WyriHaximus/github-action-create-milestone@v1
with:
title: v${{ steps.gitversion.outputs.majorMinorPatch }}
env:
Expand Down

0 comments on commit 2483413

Please sign in to comment.