From c1f0d987359ca55759f5fb0355dc7bdfe4e34fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:09:14 +0100 Subject: [PATCH] chore(deps): bump actions-js/push from 1.4 to 1.5 (#5453) Bumps [actions-js/push](https://github.com/actions-js/push) from 1.4 to 1.5. - [Release notes](https://github.com/actions-js/push/releases) - [Commits](https://github.com/actions-js/push/compare/v1.4...5a7cbd780d82c0c937b5977586e641b2fd94acc5) --- updated-dependencies: - dependency-name: actions-js/push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/clean-demo.yml | 2 +- .github/workflows/demo.yml | 2 +- .github/workflows/pr-demo.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clean-demo.yml b/.github/workflows/clean-demo.yml index 443f124366..967ed0d285 100644 --- a/.github/workflows/clean-demo.yml +++ b/.github/workflows/clean-demo.yml @@ -27,7 +27,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Commit demo for gh-pages - uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 #v1.4 + uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 #v1.5 with: directory: "./demo" github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 6f0585ebd3..4bcceba29e 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -67,7 +67,7 @@ jobs: cd demo && git add . - name: Commit demo for gh-pages - uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 #v1.4 + uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 #v1.5 with: directory: "./demo" github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-demo.yml b/.github/workflows/pr-demo.yml index 18a08c7b1a..5de978af5e 100644 --- a/.github/workflows/pr-demo.yml +++ b/.github/workflows/pr-demo.yml @@ -64,7 +64,7 @@ jobs: cd demo && git add . - name: Commit demo for gh-pages - uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 #v1.4 + uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 #v1.5 with: directory: "./demo" github_token: ${{ secrets.GITHUB_TOKEN }}