From 4c6e8604fa8699672f7e1b94cecd1f7aaca4bb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 09:09:13 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-github-pages from 4.0.0 to 4.2.0 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/monkeytype-readme.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monkeytype-readme.yml b/.github/workflows/monkeytype-readme.yml index f066f51..14d1526 100644 --- a/.github/workflows/monkeytype-readme.yml +++ b/.github/workflows/monkeytype-readme.yml @@ -47,7 +47,7 @@ jobs: curl -o monkeytype-readme-svg/monkeytype-readme-davidho0403-pb.svg https://monkeytype-readme.zeabur.app/generate-svg/davidho0403/lil_dragon?pb=true - name: push monkeytype-readme.svg to the monkeytype-readme branch - uses: crazy-max/ghaction-github-pages@v4.0.0 + uses: crazy-max/ghaction-github-pages@v4.2.0 with: target_branch: monkeytype-readme build_dir: monkeytype-readme-svg diff --git a/action.yml b/action.yml index 06766ce..47ad7c9 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: curl -o monkeytype-readme-svg/${{ inputs.username }}-monkeytype-readme-lb-pb.svg https://monkeytype-readme.zeabur.app/generate-svg/${{ inputs.username }}/${{ inputs.themes }}?lbpb=true - name: push monkeytype-readme.svg to the monkeytype-readme branch - uses: crazy-max/ghaction-github-pages@v4.0.0 + uses: crazy-max/ghaction-github-pages@v4.2.0 with: target_branch: ${{ inputs.target-branch }} build_dir: monkeytype-readme-svg