Skip to content

Commit 9f43d3e

Browse files
committed
Updated actions and changelog
1 parent 6e6e99b commit 9f43d3e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/pr.yml

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') }}
@@ -70,7 +70,7 @@ jobs:
7070
id: composer-cache
7171
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
7272
- name: Cache dependencies
73-
uses: actions/cache@v2
73+
uses: actions/cache@v4
7474
with:
7575
path: ${{ steps.composer-cache.outputs.dir }}
7676
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -102,7 +102,7 @@ jobs:
102102
id: composer-cache
103103
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
104104
- name: Cache dependencies
105-
uses: actions/cache@v2
105+
uses: actions/cache@v4
106106
with:
107107
path: ${{ steps.composer-cache.outputs.dir }}
108108
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 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [1.0.1] - 2025-03-06
12+
13+
- Handled webform elements not present in submission data
14+
i.e. markup elements.
15+
1116
## [1.0.0] - 2025-02-28
1217

1318
- Version 1.0.0.
@@ -72,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7277
- First version of the module
7378
- Added submodule to log user CUD events.
7479

75-
[Unreleased]: https://github.com/OS2web/os2web_audit/compare/1.0.0...HEAD
80+
[Unreleased]: https://github.com/OS2web/os2web_audit/compare/1.0.1...HEAD
81+
[1.0.1]: https://github.com/OS2web/os2web_audit/compare/1.0.0...1.0.1
7682
[1.0.0]: https://github.com/OS2web/os2web_audit/compare/0.2.2...1.0.0
7783
[0.2.2]: https://github.com/OS2web/os2web_audit/compare/0.2.1...0.2.2
7884
[0.2.1]: https://github.com/OS2web/os2web_audit/compare/0.2.0...0.2.1

0 commit comments

Comments
 (0)