File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
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') }}
73
73
id : composer-cache
74
74
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
75
75
- name : Cache dependencies
76
- uses : actions/cache@v2
76
+ uses : actions/cache@v4
77
77
with :
78
78
path : ${{ steps.composer-cache.outputs.dir }}
79
79
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -105,7 +105,7 @@ jobs:
105
105
id : composer-cache
106
106
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
107
107
- name : Cache dependencies
108
- uses : actions/cache@v2
108
+ uses : actions/cache@v4
109
109
with :
110
110
path : ${{ steps.composer-cache.outputs.dir }}
111
111
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -134,7 +134,7 @@ jobs:
134
134
id : composer-cache
135
135
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
136
136
- name : Cache dependencies
137
- uses : actions/cache@v2
137
+ uses : actions/cache@v4
138
138
with :
139
139
path : ${{ steps.composer-cache.outputs.dir }}
140
140
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ * [ PR-6] ( https://github.com/OS2web/os2web_key/pull/6 )
11
+ * Add missing dependency on Drupal [ key] ( https://github.com/OS2web/os2web_key/pull/6 )
12
+ * Updates GitHub Actions
10
13
* [ PR-5] ( https://github.com/OS2web/os2web_key/pull/5 )
11
14
Convert certificates when necessary.
12
15
* [ PR-4] ( https://github.com/OS2web/os2web_key/pull/4 )
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ type: module
3
3
description : ' Key stuff for OS2Web'
4
4
package : ' OS2web'
5
5
core_version_requirement : ^9 || ^10
6
+ dependencies :
7
+ - ' key:key'
You can’t perform that action at this time.
0 commit comments