diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index 74f2dd7ce..49bba4e6b 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -15,7 +15,7 @@ jobs: name: Milestone Update steps: - name: Set Milestone for PR - uses: hustcer/milestone-action@dcd6c3742acc1846929c054251c64cccd555a00d # v3.0 + uses: hustcer/milestone-action@ebed8d5daafd855a600d7e665c1b130f06d24130 # v3.1 if: github.event.pull_request.merged == true with: action: bind-pr # `bind-pr` is the default action @@ -24,7 +24,7 @@ jobs: # Bind milestone to closed issue that has a merged PR fix - name: Set Milestone for Issue - uses: hustcer/milestone-action@dcd6c3742acc1846929c054251c64cccd555a00d # v3.0 + uses: hustcer/milestone-action@ebed8d5daafd855a600d7e665c1b130f06d24130 # v3.1 if: github.event.issue.state == 'closed' with: action: bind-issue