Skip to content

Commit

Permalink
Merge pull request #479 from baynezy/dependabot/github_actions/Afterl…
Browse files Browse the repository at this point in the history
…ife-Guide/SemVer.Action-1.0.4.6

Bump Afterlife-Guide/SemVer.Action from 1.0.3.8 to 1.0.4.6
  • Loading branch information
baynezy authored Oct 29, 2024
2 parents c996128 + 386c5f5 commit 331039c
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: Afterlife-Guide/[email protected].3.8
uses: Afterlife-Guide/[email protected].4.6
with:
path: semver.json
major-version: ${{ needs.get-version.outputs.major }}
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: Afterlife-Guide/[email protected].3.8
uses: Afterlife-Guide/[email protected].4.6
with:
path: semver.json
major-version: ${{ github.event.inputs.major_version }}
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: Afterlife-Guide/[email protected].3.8
uses: Afterlife-Guide/[email protected].4.6
with:
path: 'semver.json'
- id: set-version
Expand Down

0 comments on commit 331039c

Please sign in to comment.