diff --git a/.editorconfig b/.editorconfig index 0e77b27815..6ef5d690a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,9 +6,6 @@ insert_final_newline = true charset = utf-8 indent_style = space -[{*.mustache,*.ftl}] -insert_final_newline = false - [{*.sh,gradlew}] end_of_line = lf diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e2f215534..959258a56e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Download artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: