diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index f4abab1c6..9d3880bc8 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -21,7 +21,7 @@ jobs: npm run autoprefixer - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: branch: autoprefixer branch-suffix: timestamp diff --git a/.github/workflows/merge-to-main.yml b/.github/workflows/merge-to-main.yml index fdd8b738a..691bf0c07 100644 --- a/.github/workflows/merge-to-main.yml +++ b/.github/workflows/merge-to-main.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: # Create/Update release draft - - uses: release-drafter/release-drafter@v5.25.0 + - uses: release-drafter/release-drafter@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/i18n/fr.toml b/i18n/fr.toml index ade4ecfa7..c42d30b3c 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -117,7 +117,7 @@ other = "Suite" other = "Afficher le certificat" [notes] -other = "Remarques" +other = "Notes" [disclaimer_text] other = "Avis de responsabilité" @@ -127,4 +127,4 @@ other = "Chercher" [minute] one = "minute" -other = "minutes" \ No newline at end of file +other = "minutes"