From 648e94dc4f530e02e73db146fedfab2004a736c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:13:13 +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/156f2b10c3aa000c44dbe75ea7018f32ae999772...5a7cbd780d82c0c937b5977586e641b2fd94acc5) --- updated-dependencies: - dependency-name: actions-js/push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/WAU-AutoCreatePreVersion.yml | 2 +- .github/workflows/WAU-CreateNewVersion.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/WAU-AutoCreatePreVersion.yml b/.github/workflows/WAU-AutoCreatePreVersion.yml index 452f738..8fda80e 100644 --- a/.github/workflows/WAU-AutoCreatePreVersion.yml +++ b/.github/workflows/WAU-AutoCreatePreVersion.yml @@ -73,7 +73,7 @@ jobs: contents: ${{ steps.versioning.outputs.version }} - name: Commit & Push - uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # v1.4 + uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: main diff --git a/.github/workflows/WAU-CreateNewVersion.yml b/.github/workflows/WAU-CreateNewVersion.yml index ef24263..d829715 100644 --- a/.github/workflows/WAU-CreateNewVersion.yml +++ b/.github/workflows/WAU-CreateNewVersion.yml @@ -46,7 +46,7 @@ jobs: contents: "${{ steps.versioning.outputs.version }}" - name: Commit & Push - uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # v1.4 + uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: main