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 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4.2.2
33
+ uses : actions/checkout@v5.0.0
34
34
with :
35
35
# For PRs make sure to checkout the PR branch
36
36
ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4.2.2
30
+ uses : actions/checkout@v5.0.0
31
31
- name : Setup Pages
32
32
33
33
- name : Build with Jekyll
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Set up Git repository
14
- uses : actions/checkout@v4.2.2
14
+ uses : actions/checkout@v5.0.0
15
15
- name : Set up Ruby
16
16
uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1
17
17
with :
You can’t perform that action at this time.
0 commit comments