Skip to content

Commit 02c2f25

Browse files
ci(actions): Update action/checkout to v3 [skip ci]
1 parent 9093b7e commit 02c2f25

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github/workflows/end-to-end-auto-prepend-test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242

4343
- name: Clone DDEV files
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
with:
4646
path: .ddev
4747
repository: julienloizelet/ddev-wp
@@ -96,7 +96,7 @@ jobs:
9696
9797
9898
- name: Clone ${{ env.EXTENSION_NAME }} files
99-
uses: actions/checkout@v2
99+
uses: actions/checkout@v3
100100
with:
101101
path: my-own-modules/${{ env.EXTENSION_PATH }}
102102

.github/workflows/end-to-end-test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242

4343
- name: Clone DDEV files
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
with:
4646
path: .ddev
4747
repository: julienloizelet/ddev-wp
@@ -96,7 +96,7 @@ jobs:
9696
9797
9898
- name: Clone ${{ env.EXTENSION_NAME }} files
99-
uses: actions/checkout@v2
99+
uses: actions/checkout@v3
100100
with:
101101
path: my-own-modules/${{ env.EXTENSION_PATH }}
102102

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [?.?.?](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v1.10.0) - 2022-??-??
8+
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v1.9.0...v1.10.0)
9+
### Changed
10+
- Do not use cache tags for `memcached` as it is discouraged
11+
- Replace unauthorized chars by underscore _ in cache key
12+
### Fixed
13+
- Fix ban and captcha walls W3C validity
14+
15+
---
16+
717
## [1.9.0](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v1.9.0) - 2022-09-15
818
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v1.8.1...v1.9.0)
919
### Added

0 commit comments

Comments
 (0)