From 88288a9b9bb8e06109f039c21483d8763dde16c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:03:41 +0000 Subject: [PATCH] ci(deps): bump myrotvorets/info-from-package-json-action Bumps [myrotvorets/info-from-package-json-action](https://github.com/myrotvorets/info-from-package-json-action) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/myrotvorets/info-from-package-json-action/releases) - [Commits](https://github.com/myrotvorets/info-from-package-json-action/compare/1.2.0...2.0.0) --- updated-dependencies: - dependency-name: myrotvorets/info-from-package-json-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container-publish.yaml | 2 +- .github/workflows/release-update_draft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-publish.yaml b/.github/workflows/container-publish.yaml index 1d2bd1f4..d6ddde91 100644 --- a/.github/workflows/container-publish.yaml +++ b/.github/workflows/container-publish.yaml @@ -32,7 +32,7 @@ jobs: echo ${{ secrets. DOCKER_REGISTRY_PASSWORD }} | docker login --username ${{ secrets. DOCKER_REGISTRY_USERNAME }} --password-stdin - name: Retrieve information from package.json - uses: myrotvorets/info-from-package-json-action@1.2.0 + uses: myrotvorets/info-from-package-json-action@2.0.0 id: package-json - name: Set up Docker meta id: meta diff --git a/.github/workflows/release-update_draft.yaml b/.github/workflows/release-update_draft.yaml index 874a173d..a6e9395f 100644 --- a/.github/workflows/release-update_draft.yaml +++ b/.github/workflows/release-update_draft.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Retrieve information from package.json - uses: myrotvorets/info-from-package-json-action@1.2.0 + uses: myrotvorets/info-from-package-json-action@2.0.0 id: package-json # Drafts your next Release notes as Pull Requests are merged into "master"