Skip to content

Commit

Permalink
ci: updated the GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Mar 20, 2024
1 parent 0172935 commit 83ce9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
- name: Get the Package version based on the package.json file
id: version
uses: zoexx/github-action-json-file-properties@b9f36ce6ee6fe2680cd3c32b2c62e22eade7e590
uses: zoexx/github-action-json-file-properties@1.0.6
with:
file_path: "${{ env.packagePath }}/package.json"
prop_path: "version"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

# Publish the Release to GitHub
- name: Make Release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2
with:
files: |
${{ env.zipFile }}
Expand Down

0 comments on commit 83ce9ee

Please sign in to comment.