Skip to content

Commit e88f0d0

Browse files
authored
Merge pull request #6 from itk-dev/feature/upgrades
Added missing dependency on drupal key
2 parents ca96b75 + 58b6e17 commit e88f0d0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: composer-cache
4040
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4141
- name: Cache dependencies
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ${{ steps.composer-cache.outputs.dir }}
4545
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -73,7 +73,7 @@ jobs:
7373
id: composer-cache
7474
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
7575
- name: Cache dependencies
76-
uses: actions/cache@v2
76+
uses: actions/cache@v4
7777
with:
7878
path: ${{ steps.composer-cache.outputs.dir }}
7979
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105
id: composer-cache
106106
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
107107
- name: Cache dependencies
108-
uses: actions/cache@v2
108+
uses: actions/cache@v4
109109
with:
110110
path: ${{ steps.composer-cache.outputs.dir }}
111111
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -134,7 +134,7 @@ jobs:
134134
id: composer-cache
135135
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
136136
- name: Cache dependencies
137-
uses: actions/cache@v2
137+
uses: actions/cache@v4
138138
with:
139139
path: ${{ steps.composer-cache.outputs.dir }}
140140
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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
1013
* [PR-5](https://github.com/OS2web/os2web_key/pull/5)
1114
Convert certificates when necessary.
1215
* [PR-4](https://github.com/OS2web/os2web_key/pull/4)

os2web_key.info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ type: module
33
description: 'Key stuff for OS2Web'
44
package: 'OS2web'
55
core_version_requirement: ^9 || ^10
6+
dependencies:
7+
- 'key:key'

0 commit comments

Comments
 (0)