diff --git a/README.md b/README.md index b0d1db7..de74432 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ This cross-platform GitHub Action deploys files in [`path`](#inputs) (relative t Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPACE`, such [actions/checkout](https://github.com/actions/checkout). -The base-image of this action is very small and based on **Alpine 3.23.0** (no cache) which results in fast deployments. +The base-image of this action is very small and based on **Alpine 3.23.2** (no cache) which results in fast deployments. -Alpine version: [3.23.0](https://www.alpinelinux.org/posts/Alpine-3.23.0-released.html) +Alpine version: [3.23.2](https://www.alpinelinux.org/posts/Alpine-3.23.2-released.html) Rsync version: [3.4.1-r1](https://download.samba.org/pub/rsync/NEWS#3.4.1) ## Current Version: v8 (8.0.2) diff --git a/SECURITY.md b/SECURITY.md index cb23140..8688cd4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,8 @@ The following versions are currently being supported with security updates: | Version | Supported | Rsync version | Alpine version | Support Until | | ------- | ------------------ | ------------------ | ------------------ | ------------------ | -| (``v8``) 8.0.2 | :white_check_mark: | >= 3.4.1-r1 | 3.23.0 | LTS (2026-*) | +| (``v8``) 8.0.3 | :white_check_mark: | >= 3.4.1-r1 | 3.23.2 | LTS (2026-*) | +| 8.0.2 | :white_check_mark: | >= 3.4.1-r1 | 3.23.0 | LTS (2026-*) | | 8.0.1 | :white_check_mark: | >= 3.4.1-r1 | 3.23.0 | Apr, 1st 2026 | | 8.0.0 | :x: EOL (due to regression #90) | >= 3.4.1-r1 | 3.23.0 | † Dec, 6th 2025 | | 7.1.0 | :warning: DEPRECATED | >= 3.4.1-r0 | 3.22.1 | June, 1st 2026 ([deprecation notice](https://github.com/Burnett01/rsync-deployments/discussions/96)) |