Skip to content

Commit

Permalink
Merge pull request #392 from baynezy/dependabot/github_actions/Radova…
Browse files Browse the repository at this point in the history
…nPelka/github-action-json-1.0.2

Bump RadovanPelka/github-action-json from 1.0.1 to 1.0.2
  • Loading branch information
baynezy authored May 7, 2024
2 parents 2c83dab + 3522036 commit 28815dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
echo "patch_version=$(($(cat semver.json | jq -r '.patch')+1))" > $GITHUB_OUTPUT
- name: Store New Version
uses: RadovanPelka/[email protected].1
uses: RadovanPelka/[email protected].2
with:
path: semver.json
replaceWith: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: git checkout -b release/${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}

- name: Update Version Number
uses: RadovanPelka/[email protected].1
uses: RadovanPelka/[email protected].2
with:
path: semver.json
replaceWith: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4
- name: Get Version
id: get-version
uses: RadovanPelka/[email protected].1
uses: RadovanPelka/[email protected].2
with:
path: 'semver.json'
- id: set-version
Expand Down

0 comments on commit 28815dd

Please sign in to comment.