File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828 with :
2929 persist-credentials : false
3030
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4444 with :
4545 persist-credentials : false
4646
Original file line number Diff line number Diff line change 1212 contents : read
1313 steps :
1414 - name : Checkout Pull Request
15- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616 with :
1717 persist-credentials : false
1818 ref : ${{ github.event.pull_request.head.ref }}
4444 pull-requests : write
4545 steps :
4646 - name : Checkout Pull Request
47- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 with :
4949 token : ${{ secrets.GITHUB_TOKEN }}
5050 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 build : # make sure build/ci work properly
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616 with :
1717 persist-credentials : false
1818 - run : |
3636 gem-server : ' https://staging.rubygems.org'
3737
3838 steps :
39- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040 with :
4141 persist-credentials : false
4242 - uses : ./
5959 - ' staging.rubygems.org'
6060
6161 steps :
62- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363 with :
6464 persist-credentials : false
6565 - uses : ./
Original file line number Diff line number Diff line change 1818 actions : read # only needed for private repos
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222 with :
2323 persist-credentials : false
2424
You can’t perform that action at this time.
0 commit comments