Skip to content

Commit

Permalink
ci(deps): bump myrotvorets/info-from-package-json-action
Browse files Browse the repository at this point in the history
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](myrotvorets/info-from-package-json-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent 3882389 commit 584a10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-update_draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- 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"
Expand Down

0 comments on commit 584a10d

Please sign in to comment.