File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
php-version : ['8.0', '8.1', '8.2']
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Setup PHP
16
16
uses : shivammathur/setup-php@v2
21
21
id : composer-cache
22
22
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
23
23
24
- - uses : actions/cache@v2
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : ${{ steps.composer-cache.outputs.dir }}
27
27
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
repository : roots/bedrock-docker
12
12
ref : main
13
13
path : bedrock-docker
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
path : bedrock-docker/bedrock
17
17
- name : Build and run
Original file line number Diff line number Diff line change 2
2
web /app /plugins /*
3
3
! web /app /plugins /.gitkeep
4
4
web /app /mu-plugins /* /
5
- web /app /themes /twentytwentyfour /
5
+ web /app /themes /* /
6
6
web /app /upgrade
7
7
web /app /uploads /*
8
8
! web /app /uploads /.gitkeep
Original file line number Diff line number Diff line change 65
65
"roots/wp-config" : " ^1.0.0" ,
66
66
"roots/wp-password-bcrypt" : " ^1.1.0" ,
67
67
"wpackagist-theme/twentytwentyfour" : " ^1.0" ,
68
+ "wpackagist-theme/frost" : " ^1.0" ,
68
69
"sterner-stuff/made-of-sterner-stuff" : " ^11.0" ,
69
70
"kinsta/kinsta-mu-plugins" : " dev-sterner-stuff" ,
70
71
"wpackagist-plugin/mailgun" : " >=1.9" ,
You can’t perform that action at this time.
0 commit comments