File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
51
51
console.log('Failed to remove label. Another job may have already removed it!');
52
52
}
53
53
- name : Checkout code
54
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
54
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
55
with :
56
56
ref : ${{ github.event.pull_request.head.sha }}
57
57
repository : ${{ github.event.pull_request.head.repo.full_name }}
58
58
token : ${{ secrets.GITHUB_TOKEN }}
59
59
- name : Setup Python
60
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
60
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
61
61
with :
62
62
python-version : " 3.13"
63
63
Original file line number Diff line number Diff line change 29
29
issues : ' write'
30
30
pull-requests : ' write'
31
31
steps :
32
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments