Updates actions to the most specific version released

This commit is contained in:
Trenton H
2026-02-13 09:00:43 -08:00
parent 8db1c4e08b
commit bf1091a1ee
11 changed files with 72 additions and 72 deletions

View File

@@ -19,6 +19,6 @@ jobs:
if: github.event_name == 'pull_request_target' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.pull_request.user.login != 'dependabot'
steps:
- name: Label PR with release-drafter
uses: release-drafter/release-drafter@v6
uses: release-drafter/release-drafter@v6.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}