File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : write
13
13
pull-requests : write
14
- uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7
14
+ uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
15
15
with :
16
16
config-name : release-drafter.yml
17
17
secrets :
Original file line number Diff line number Diff line change 11
11
contents : read
12
12
pull-requests : read
13
13
statuses : write
14
- uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7
14
+ uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
15
15
secrets :
16
16
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 10
10
permissions :
11
11
contents : write
12
12
pull-requests : read
13
- uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7
13
+ uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
14
14
with :
15
15
publish : true
16
16
release-config-name : release-drafter.yml
Original file line number Diff line number Diff line change 19
19
extended : true
20
20
21
21
- name : Setup npm
22
- uses : actions/setup-node@v4.1 .0
22
+ uses : actions/setup-node@v4.2 .0
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
You can’t perform that action at this time.
0 commit comments