Skip to content

Commit ff19a71

Browse files
committed
4015: Upgraded requirements
1 parent 9070053 commit ff19a71

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/pr.yaml

+3-3
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') }}
@@ -71,7 +71,7 @@ jobs:
7171
id: composer-cache
7272
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
7373
- name: Cache dependencies
74-
uses: actions/cache@v2
74+
uses: actions/cache@v4
7575
with:
7676
path: ${{ steps.composer-cache.outputs.dir }}
7777
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -104,7 +104,7 @@ jobs:
104104
id: composer-cache
105105
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
106106
- name: Cache dependencies
107-
uses: actions/cache@v2
107+
uses: actions/cache@v4
108108
with:
109109
path: ${{ steps.composer-cache.outputs.dir }}
110110
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ about writing changes to this log.
88

99
## [Unreleased]
1010

11+
## [2.2.1]
12+
13+
- Allowed `os2forms/os2forms` 4.0.
14+
- Updated GitHub action dependencies.
15+
1116
## [2.2.0]
1217

1318
- Avoided loading submissions through `webform_submission` storage.
@@ -44,7 +49,8 @@ about writing changes to this log.
4449

4550
- Release 1.0.0
4651

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
4854
[2.2.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.1.0...2.2.0
4955
[2.1.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.3...2.1.0
5056
[2.0.3]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.2...2.0.3

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cweagans/composer-patches": "^1.7",
2222
"drupal/key_auth": "^2.0",
2323
"drupal/webform_rest": "^4.1",
24-
"os2forms/os2forms": "^3.13"
24+
"os2forms/os2forms": "^3.13 || ^4.0"
2525
},
2626
"require-dev": {
2727
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",

0 commit comments

Comments
 (0)