File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
container : ruby:3-buster
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/cache@v3
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/cache@v4
12
12
with :
13
13
path : vendor/bundle
14
14
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
container : ruby:2-buster
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - uses : actions/cache@v3
18
+ - uses : actions/checkout@v4
19
+ - uses : actions/cache@v4
20
20
with :
21
21
path : vendor/bundle
22
22
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
30
30
run : bundle exec jekyll build
31
31
32
32
- name : Deploy static site to gh-pages branch.
33
- uses : peaceiris/actions-gh-pages@v3
33
+ uses : peaceiris/actions-gh-pages@v4
34
34
with :
35
35
github_token : ${{ secrets.GITHUB_TOKEN }}
36
36
publish_dir : ./_site
You can’t perform that action at this time.
0 commit comments