From 07a3d332d2ce6fee6ef022931641b70fc34c5092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:18:49 +0100 Subject: [PATCH] Bump ministryofjustice/github-actions from 13 to 14 (#61) Bumps [ministryofjustice/github-actions](https://github.com/ministryofjustice/github-actions) from 13 to 14. - [Release notes](https://github.com/ministryofjustice/github-actions/releases) - [Commits](https://github.com/ministryofjustice/github-actions/compare/v13...v14) --- updated-dependencies: - dependency-name: ministryofjustice/github-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 aa63ea7..a55a4e0 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@v3 - - uses: ministryofjustice/github-actions/code-formatter@v13 + - uses: ministryofjustice/github-actions/code-formatter@v14 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}