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 2.0.0 to 2.0.2.
- [Release notes](https://github.com/myrotvorets/info-from-package-json-action/releases)
- [Commits](myrotvorets/info-from-package-json-action@2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: myrotvorets/info-from-package-json-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 4265490 commit 8a00789
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@2.0.0
uses: myrotvorets/info-from-package-json-action@v2.0.2
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@2.0.0
uses: myrotvorets/info-from-package-json-action@v2.0.2
id: package-json

# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down

0 comments on commit 8a00789

Please sign in to comment.