File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 39
39
id : composer-cache
40
40
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
41
41
- name : Cache dependencies
42
- uses : actions/cache@v2
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ${{ steps.composer-cache.outputs.dir }}
45
45
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
71
71
id : composer-cache
72
72
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
73
73
- name : Cache dependencies
74
- uses : actions/cache@v2
74
+ uses : actions/cache@v4
75
75
with :
76
76
path : ${{ steps.composer-cache.outputs.dir }}
77
77
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -104,7 +104,7 @@ jobs:
104
104
id : composer-cache
105
105
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
106
106
- name : Cache dependencies
107
- uses : actions/cache@v2
107
+ uses : actions/cache@v4
108
108
with :
109
109
path : ${{ steps.composer-cache.outputs.dir }}
110
110
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ about writing changes to this log.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 2.2.1]
12
+
13
+ - Allowed ` os2forms/os2forms ` 4.0.
14
+ - Updated GitHub action dependencies.
15
+
11
16
## [ 2.2.0]
12
17
13
18
- Avoided loading submissions through ` webform_submission ` storage.
@@ -44,7 +49,8 @@ about writing changes to this log.
44
49
45
50
- Release 1.0.0
46
51
47
- [ Unreleased ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.2.0...HEAD
52
+ [ Unreleased ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.2.1...HEAD
53
+ [ 2.2.1 ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.2.0...2.2.1
48
54
[ 2.2.0 ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.1.0...2.2.0
49
55
[ 2.1.0 ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.3...2.1.0
50
56
[ 2.0.3 ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.2...2.0.3
Original file line number Diff line number Diff line change 21
21
"cweagans/composer-patches" : " ^1.7" ,
22
22
"drupal/key_auth" : " ^2.0" ,
23
23
"drupal/webform_rest" : " ^4.1" ,
24
- "os2forms/os2forms" : " ^3.13"
24
+ "os2forms/os2forms" : " ^3.13 || ^4.0 "
25
25
},
26
26
"require-dev" : {
27
27
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.2" ,
You can’t perform that action at this time.
0 commit comments