File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
configuration-path : .github/labeler-config.yml
19
19
enable-versioned-regex : 0
20
20
- name : Check team membership for user
21
- uses : elastic/get-user-teams-membership@v1.0.4
21
+ uses : elastic/get-user-teams-membership@1.1.0
22
22
id : checkUserMember
23
23
with :
24
24
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
timeout-minutes : 5
32
32
steps :
33
- - uses : actions/checkout@v3
34
- - uses : actions/setup-python@v3
33
+ - uses : actions/checkout@v4
34
+ - uses : actions/setup-python@v4
35
35
with :
36
36
python-version : ' 3.7'
37
37
- run : .ci/scripts/lint.sh
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : elastic/apm-pipeline-library/.github/actions/updatecli@current
21
21
with :
You can’t perform that action at this time.
0 commit comments