File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
26+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727 with :
2828 persist-credentials : false
2929
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
43+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@v6.0.0
15+ uses : actions/checkout@v6.0.1
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@v6.0.0
47+ uses : actions/checkout@v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616 with :
1717 persist-credentials : false
1818 - run : |
3636 gem-server : ' https://staging.rubygems.org'
3737
3838 steps :
39- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
39+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4040 with :
4141 persist-credentials : false
4242 - uses : ./
5959 - ' staging.rubygems.org'
6060
6161 steps :
62- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
62+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
21+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2222 with :
2323 persist-credentials : false
2424
You can’t perform that action at this time.
0 commit comments