diff --git a/.github/workflows/package_linter.yml b/.github/workflows/package_linter.yml
index 52f9538..576e4a5 100644
--- a/.github/workflows/package_linter.yml
+++ b/.github/workflows/package_linter.yml
@@ -4,20 +4,16 @@ on:
# Allow to manually trigger the workflow
workflow_dispatch:
push:
- branches:
- - main
pull_request:
- schedule:
- - cron: '0 8 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.9'
diff --git a/.github/workflows/update_master.yml b/.github/workflows/update_master.yml
index a289a45..1c477f1 100644
--- a/.github/workflows/update_master.yml
+++ b/.github/workflows/update_master.yml
@@ -10,7 +10,7 @@ jobs:
masterPromotion:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: master
- name: Reset promotion branch
@@ -18,7 +18,7 @@ jobs:
git fetch origin testing:testing
git reset --hard testing
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v6
with:
branch: master-promotion
title: 'Upgrade master from testing'
diff --git a/README.md b/README.md
index 3a36718..c77b283 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
-**Shipped version:** 13.1.06~ynh1
+**Shipped version:** 13.1.07~ynh1
## Screenshots
@@ -37,11 +37,11 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
## Documentation and resources
-* Official app website:
-* Official user documentation:
-* Upstream app code repository:
-* YunoHost Store:
-* Report a bug:
+- Official app website:
+- Official user documentation:
+- Upstream app code repository:
+- YunoHost Store:
+- Report a bug:
## Developer info
@@ -55,4 +55,4 @@ or
sudo yunohost app upgrade zwiicms -u https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
```
-**More info regarding app packaging:**
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 5db3f93..68c8b8c 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -29,7 +29,7 @@ Zwii est un CMS sans base de données (fichier plat) qui vous permet de créer e
- Flexible
-**Version incluse :** 13.1.06~ynh1
+**Version incluse :** 13.1.07~ynh1
## Captures d’écran
@@ -37,11 +37,11 @@ Zwii est un CMS sans base de données (fichier plat) qui vous permet de créer e
## Documentations et ressources
-* Site officiel de l’app :
-* Documentation officielle utilisateur :
-* Dépôt de code officiel de l’app :
-* YunoHost Store:
-* Signaler un bug :
+- Site officiel de l’app :
+- Documentation officielle utilisateur :
+- Dépôt de code officiel de l’app :
+- YunoHost Store :
+- Signaler un bug :
## Informations pour les développeurs
@@ -55,4 +55,4 @@ ou
sudo yunohost app upgrade zwiicms -u https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
```
-**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
+**Plus d’infos sur le packaging d’applications :**
diff --git a/manifest.toml b/manifest.toml
index 4c96358..0319bbe 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "ZwiiCMS"
description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
-version = "13.1.06~ynh1"
+version = "13.1.07~ynh1"
maintainers = ["ewilly"]
@@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://forge.chapril.org//ZwiiCMS-Team/ZwiiCMS/archive/13.1.06.tar.gz"
- sha256 = "93f3d258eea4e3150ece9f113c1a0f91a69600bc72efd5b42c814f0c638bb0f1"
+ url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.1.07.tar.gz"
+ sha256 = "627f02fe43f9a82ca3d624465ce17dc9a0caabb637ae69bd8136a8ba707793f3"
in_subdir = true
autoupdate.strategy = "latest_forgejo_release"