From 0bedc40785d3bf6bfb1aab9a39ba5ec2867d54a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:12:06 +0000 Subject: [PATCH] chore(deps): bump ministryofjustice/github-actions from 18.2.4 to 18.5.0 Bumps [ministryofjustice/github-actions](https://github.com/ministryofjustice/github-actions) from 18.2.4 to 18.5.0. - [Release notes](https://github.com/ministryofjustice/github-actions/releases) - [Commits](https://github.com/ministryofjustice/github-actions/compare/e08cbcac12ec9c09d867ab2b803d4ea1a87300ad...ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490) --- 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..6ae7167b 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@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}