File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
57
57
console.log('Failed to remove label. Another job may have already removed it!');
58
58
}
59
59
- name : Checkout code
60
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
with :
62
62
ref : ${{ github.event.pull_request.head.sha }}
63
63
repository : ${{ github.event.pull_request.head.repo.full_name }}
64
64
token : ${{ secrets.GITHUB_TOKEN }}
65
65
- name : Setup Python
66
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
66
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
67
67
with :
68
68
python-version : " 3.13"
69
69
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
57
57
console.log('Failed to remove label. Another job may have already removed it!');
58
58
}
59
59
- name : Checkout code
60
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
with :
62
62
ref : ${{ github.event.pull_request.head.sha }}
63
63
repository : ${{ github.event.pull_request.head.repo.full_name }}
64
64
token : ${{ secrets.GITHUB_TOKEN }}
65
65
- name : Setup Python
66
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
66
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
67
67
with :
68
68
python-version : " 3.13"
69
69
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