diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index ca77fed..ac12a56 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,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 @@ -33,7 +33,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 4ea3679..f8f25b7 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ SimpleTorrent is a a self-hosted remote torrent client, written in Go (golang). ![Screenshot of Simple Torrent](./doc/screenshots/screenshot.png) +## :red_circle: Antifeatures + +- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc. + ## Documentation and resources * Official admin documentation: diff --git a/README_fr.md b/README_fr.md index 8b7509f..bd8b408 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,6 +37,10 @@ SimpleTorrent is a a self-hosted remote torrent client, written in Go (golang). ![Capture d’écran de Simple Torrent](./doc/screenshots/screenshot.png) +## :red_circle: Fonctions indésirables + +- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc. + ## Documentations et ressources * Documentation officielle de l’admin :