From 86f7115242c5b6b1a5591aed503e6350a22c6957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:13:02 +0000 Subject: [PATCH] Bump actions-js/push from 1.4 to 1.5 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...v1.5) --- updated-dependencies: - dependency-name: actions-js/push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/publish_staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0c42553..7013657 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,7 +77,7 @@ jobs: git checkout -b ${{ env.BRANCH_NAME }} - name: Commit and push - uses: actions-js/push@v1.4 + uses: actions-js/push@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} message: 'Automatic: scrape' diff --git a/.github/workflows/publish_staging.yml b/.github/workflows/publish_staging.yml index ec59270..5b42318 100644 --- a/.github/workflows/publish_staging.yml +++ b/.github/workflows/publish_staging.yml @@ -82,7 +82,7 @@ jobs: echo $(date '+%s') > test.txt - name: Commit and push - uses: actions-js/push@v1.4 + uses: actions-js/push@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} message: 'Automatic: scrape'