From 16261435845d55b5c67e66e147a6c2f66438dd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:15:49 +0000 Subject: [PATCH] chore(deps): bump ministryofjustice/github-actions from 18.5.0 to 18.6.0 Bumps [ministryofjustice/github-actions](https://github.com/ministryofjustice/github-actions) from 18.5.0 to 18.6.0. - [Release notes](https://github.com/ministryofjustice/github-actions/releases) - [Commits](https://github.com/ministryofjustice/github-actions/compare/ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490...db1a54895bf5fb975c60af47e5a3aab96505ca3e) --- 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 6ae7167b..072925a2 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@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0 + - uses: ministryofjustice/github-actions/code-formatter@db1a54895bf5fb975c60af47e5a3aab96505ca3e # v18.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}