Skip to content

Commit

Permalink
Update khanlab actions to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Feb 22, 2024
1 parent d5d70ed commit 48a7a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-release_task-publishGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Grab release version
id: semver
uses: khanlab/actions/.github/actions/action-version_task-updateReleaseVersion@v0.3.5
uses: khanlab/actions/.github/actions/action-version_task-updateReleaseVersion@v0.3.6
with:
bp-pat: ${{ secrets.BP_PAT }}

Expand All @@ -72,7 +72,7 @@ jobs:
replace: '"Version": "${{ steps.semver.outputs.new-version }}"'

- name: Commit changes to protected branch
uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.5
uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.6
with:
version: ${{ steps.semver.outputs.new-version }}
bp-pat: ${{ secrets.BP_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-version_task-semverGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Grab previous version
id: semver
uses: khanlab/actions/.github/actions/action-version_task-updatePrereleaseVersion@v0.3.5
uses: khanlab/actions/.github/actions/action-version_task-updatePrereleaseVersion@v0.3.6
with:
project-metadata: ${{ inputs.project-metadata }}
bp-pat: ${{ secrets.BP_PAT }}
Expand All @@ -64,7 +64,7 @@ jobs:
replace: '"Version": "${{ steps.semver.outputs.new-version }}"'

- name: Commit changes
uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.5
uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.6
with:
version: ${{ steps.semver.outputs.new-version }}
bp-pat: ${{ secrets.BP_PAT }}

0 comments on commit 48a7a8a

Please sign in to comment.