File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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@v3
33
+ uses : actions/checkout@v4
34
34
- name : Setup Ruby
35
35
uses : ruby/setup-ruby@v1
36
36
with :
@@ -39,15 +39,15 @@ jobs:
39
39
cache-version : 0 # Increment this number if you need to re-download cached gems
40
40
- name : Setup Pages
41
41
id : pages
42
- uses : actions/configure-pages@v3
42
+ uses : actions/configure-pages@v5
43
43
- name : Build with Jekyll
44
44
# Outputs to the './_site' directory by default
45
45
run : bundle exec jekyll build
46
46
env :
47
47
JEKYLL_ENV : production
48
48
- name : Upload artifact
49
49
# Automatically uploads an artifact from the './_site' directory by default
50
- uses : actions/upload-pages-artifact@v1
50
+ uses : actions/upload-pages-artifact@v3
51
51
52
52
# Deployment job
53
53
deploy :
59
59
steps :
60
60
- name : Deploy to GitHub Pages
61
61
id : deployment
62
- uses : actions/deploy-pages@v2
62
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 6
6
test-yaml :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
- name : Set up Python
11
11
with :
12
12
python-version : 3.7
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v5
14
14
- name : Install dependencies
15
15
run : |
16
16
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments