Skip to content

Commit

Permalink
Merge pull request #6295 from ministryofjustice/update-code-formatter
Browse files Browse the repository at this point in the history
chore: 🤖 fix broken code-formatter action with update
  • Loading branch information
sj-williams authored Oct 16, 2024
2 parents 9bb15da + c59d5fc commit 3de381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@e08cbcac12ec9c09d867ab2b803d4ea1a87300ad # v18.2.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3de381d

Please sign in to comment.