From 5bb6172fe225aec75a2aaf1ff9817d55963fee74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:35:27 +0000 Subject: [PATCH] chore(deps): bump ministryofjustice/github-actions from 18.2.4 to 18.3.1 Bumps [ministryofjustice/github-actions](https://github.com/ministryofjustice/github-actions) from 18.2.4 to 18.3.1. - [Release notes](https://github.com/ministryofjustice/github-actions/releases) - [Commits](https://github.com/ministryofjustice/github-actions/compare/e08cbcac12ec9c09d867ab2b803d4ea1a87300ad...9f2e1064389dae6ca4098470b933da7042675e59) --- updated-dependencies: - dependency-name: ministryofjustice/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/format-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 6150b114..c239b41d 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@e08cbcac12ec9c09d867ab2b803d4ea1a87300ad # v18.2.4 + - uses: ministryofjustice/github-actions/code-formatter@9f2e1064389dae6ca4098470b933da7042675e59 # v18.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}