Skip to content

Commit

Permalink
Merge pull request #452 from weseek/dependabot/github_actions/myrotvo…
Browse files Browse the repository at this point in the history
…rets/info-from-package-json-action-2.0.0

ci(deps): bump myrotvorets/info-from-package-json-action from 1.2.0 to 2.0.0
  • Loading branch information
ryu-sato authored Nov 12, 2023
2 parents 3882389 + 584a10d commit 9b0ffec
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 9b0ffec

Please sign in to comment.