Skip to content

Commit 5038e43

Browse files
authored
Update GitHub actions (#2700)
1 parent ae44c64 commit 5038e43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Adding Issue Label
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: Renato66/auto-label@v3.1.0
21+
- uses: Renato66/auto-label@v3
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
ignore-comments: true

.github/workflows/pull-request-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Add the PR Review Policy
22-
uses: thollander/actions-comment-pull-request@v3.0.1
22+
uses: thollander/actions-comment-pull-request@v3
2323
with:
2424
comment_tag: pr_review_policy
2525
message: |

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/stale@v9.0.0
28+
- uses: actions/stale@v9
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'

0 commit comments

Comments
 (0)