Skip to content

Commit

Permalink
chore: 🤖 fix broken code-formatter action with update
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-williams committed Oct 16, 2024
1 parent 9f2652f commit 581ac87
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@v18.2.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 581ac87

Please sign in to comment.