File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919fetch-depth : ' 0' # This is required to actually get all the authors
2020persist-credentials : false
2121 - run : tools/update-authors.mjs # Run the AUTHORS tool
22- - uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
22+ - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
2323# Creates a PR or update the Action's existing PR, or
2424# no-op if the base branch is already up-to-date.
2525env :
Original file line number Diff line number Diff line change 3333run : tools/find-inactive-collaborators.mjs
3434
3535 - name : Open pull request
36- uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
36+ uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
3737# Creates a PR or update the Action's existing PR, or
3838# no-op if the base branch is already up-to-date.
3939env :
Original file line number Diff line number Diff line change 4242run : tools/find-inactive-tsc.mjs >> $GITHUB_ENV
4343
4444 - name : Open pull request
45- uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
45+ uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
4646# Creates a PR or update the Action's existing PR, or
4747# no-op if the base branch is already up-to-date.
4848env :
Original file line number Diff line number Diff line change 2121with :
2222persist-credentials : false
2323 - run : ./tools/license-builder.sh # Run the license builder tool
24- - uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
24+ - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
2525# Creates a PR or update the Action's existing PR, or
2626# no-op if the base branch is already up-to-date.
2727env :
Original file line number Diff line number Diff line change 4040run : echo "${{ env.new_version }}" > test/fixtures/tz-version.txt
4141
4242 - name : Open Pull Request
43- uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # Create a PR or update the Action's existing PR
43+ uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Create a PR or update the Action's existing PR
4444env :
4545GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
4646with :
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 - run : ${{ matrix.run }}
142142env :
143143GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
144- - uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
144+ - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
145145# Creates a PR or update the Action's existing PR, or
146146# no-op if the base branch is already up-to-date.
147147env :
You can’t perform that action at this time.
0 commit comments