File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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') }}
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') }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments