diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 6516311..ff1dfa3 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -32,7 +32,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} diff --git a/README.md b/README.md index 5c144d0..fd2dbf7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Create and email invoices, track payments, expenses, and time tasks -**Shipped version:** 5.5.70~ynh1 +**Shipped version:** 5.5.82~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index 1f28220..9e07e44 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires -**Version incluse :** 5.5.70~ynh1 +**Version incluse :** 5.5.82~ynh1 **Démo :** https://app.invoiceninja.com/dashboard diff --git a/conf/app.src b/conf/app.src index 9836fa7..3d80d56 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.70/invoiceninja.zip -SOURCE_SUM=82570776b846b2ff90f2bb7121ed24bb405add0197875622198a9dfbb8a92133 +SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.82/invoiceninja.zip +SOURCE_SUM=8166272b5fb81b6e089106c42b9c93485fdf4b9524907b51d23fb969a4987fe5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 7d9fac4..36ac18c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create and email invoices, track payments, expenses, and time tasks", "fr": "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" }, - "version": "5.5.70~ynh1", + "version": "5.5.82~ynh1", "url": "https://invoiceninja.org", "upstream": { "license": "Elastic-2.0",