From 7e4e175d4f1def01f978abb047ea245025a5c22f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 06:15:21 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-create-milestone from 0.1.0 to v1 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](https://github.com/WyriHaximus/github-action-create-milestone/compare/0.1.0...b86699ba7511fa3b61154ac8675d86b01938fc16) Signed-off-by: dependabot[bot] --- .github/workflows/close-milestone.yml | 2 +- .github/workflows/draft-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index 4c47a3f..c3147e0 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -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: diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index fda8498..a22f77d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -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: