Skip to content

Commit ef95d4c

Browse files
committed
4015: Upgraded requirements
1 parent 53c7d8e commit ef95d4c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 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') }}
@@ -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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ about writing changes to this log.
88

99
## [Unreleased]
1010

11+
## [1.4.1] 12.03.2025
12+
13+
* Allowed `os2forms/os2forms` 4.0.
14+
* Updated GitHub action dependencies.
15+
1116
## [1.4.0] 18.12.2024
1217

1318
* Normalized white space in filename.
@@ -56,7 +61,8 @@ about writing changes to this log.
5661

5762
## [1.0.0] 29.03.2023
5863

59-
[Unreleased]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.4.0...HEAD
64+
[Unreleased]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.4.1...HEAD
65+
[1.4.1]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.4.0...1.4.1
6066
[1.4.0]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.3.1...1.4.0
6167
[1.3.1]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.3.0...1.3.1
6268
[1.3.0]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.2.0...1.3.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"drupal/webform": "^6.2",
2323
"drupal/advancedqueue": "^1.2",
2424
"symfony/options-resolver": "^5.4 || ^6.0",
25-
"os2forms/os2forms": "^3.17"
25+
"os2forms/os2forms": "^3.17 || ^4.0"
2626
},
2727
"require-dev": {
2828
"drupal/coder": "^8.3",

0 commit comments

Comments
 (0)