File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ updates:
13
13
directory : " atcoder-problems-frontend/"
14
14
schedule :
15
15
interval : " daily"
16
+ - package-ecosystem : " github-actions"
17
+ directory : " /"
18
+ schedule :
19
+ interval : " daily"
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
- 5432:5432
38
38
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3.3.0
41
41
42
42
- name : Cache dependencies
43
- uses : Swatinem/rust-cache@v1.3 .0
43
+ uses : Swatinem/rust-cache@v2.2 .0
44
44
with :
45
- working-directory : ./ atcoder-problems-backend
45
+ workspaces : atcoder-problems-backend -> target
46
46
47
47
- name : Setup Postgresql
48
48
run : psql ${SQL_URL} < ../config/database-definition.sql
@@ -70,12 +70,15 @@ jobs:
70
70
working-directory : ./atcoder-problems-frontend
71
71
72
72
steps :
73
- - uses : actions/checkout@v2
73
+
74
+
74
75
- name : Use Node.js
75
- uses : actions/setup-node@v1
76
+
77
+ with :
78
+ node-version : 16
76
79
77
80
- name : Cache node_modules
78
- uses : actions/cache@v2
81
+ uses : actions/cache@v3.2.3
79
82
with :
80
83
path : |
81
84
~/.cache/Cypress
86
89
run : yarn
87
90
88
91
- name : Setup mdBook
89
- uses : peaceiris/actions-mdbook@v1.1.13
92
+ uses : peaceiris/actions-mdbook@v1.2.0
90
93
with :
91
- mdbook-version : ' latest'
94
+ mdbook-version : " latest"
92
95
93
96
- name : build
94
97
run : yarn build
You can’t perform that action at this time.
0 commit comments