From e5c2d1b4ded929efd2cc38104240e4fbc5da21e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:38:24 +0000 Subject: [PATCH] Bump the gh-dependency group in /.github/workflows with 2 updates Bumps the gh-dependency group in /.github/workflows with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [rutajdash/prettier-cli-action](https://github.com/rutajdash/prettier-cli-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) Updates `rutajdash/prettier-cli-action` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/rutajdash/prettier-cli-action/releases) - [Commits](https://github.com/rutajdash/prettier-cli-action/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependency - dependency-name: rutajdash/prettier-cli-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-dependency ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76dfaec..0fab700 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build certs and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/Dockerfile diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87350e3..19a8f74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Run Prettier id: prettier-run - uses: rutajdash/prettier-cli-action@v1.0.1 + uses: rutajdash/prettier-cli-action@v1.0.2 with: config_path: ./.prettierrc file_pattern: "**/*.html **/*.css"