diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 4b9794e1..5a82751b 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ministryofjustice/github-actions/code-formatter@v7 + - uses: ministryofjustice/github-actions/code-formatter@v14 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}