File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4.2.2
33+ uses : actions/checkout@v5.0.0
3434 with :
3535 # For PRs make sure to checkout the PR branch
3636 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4.2.2
30+ uses : actions/checkout@v5.0.0
3131 - name : Setup Pages
32323333 - name : Build with Jekyll
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Set up Git repository
14- uses : actions/checkout@v4.2.2
14+ uses : actions/checkout@v5.0.0
1515 - name : Set up Ruby
1616 uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1
1717 with :
You can’t perform that action at this time.
0 commit comments