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