Skip to content

Commit 0656052

Browse files
committed
Update add-label.yml
1 parent 248f5a4 commit 0656052

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/add-label.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check Out Repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
23+
2324
- name: Labeler
24-
uses: srvaroa/labeler@master
25+
uses: srvaroa/labeler@v1.11.0
2526
with:
2627
config_path: .github/workflows/labeler/labeler-config.yml
2728
use_local_config: false

0 commit comments

Comments
 (0)