Skip to content

ci(deps): Bump jjliggett/jjversion-action from 0.6.1 to 0.6.2 #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Get version
id: jjversion
uses: jjliggett/jjversion-action@38a75c396614ca123a0757739ba4dbc858a4219e
uses: jjliggett/jjversion-action@d3aa0188d02431843fcf8c8a9ae467de4b0fa74a
- name: Display jjversion outputs
run: |
echo "Major: ${{ steps.jjversion.outputs.major }}"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 0
- name: Get version
id: jjversion
uses: jjliggett/jjversion-action@38a75c396614ca123a0757739ba4dbc858a4219e
uses: jjliggett/jjversion-action@d3aa0188d02431843fcf8c8a9ae467de4b0fa74a
- name: Display jjversion outputs
run: |
echo "Major: ${{ steps.jjversion.outputs.major }}"
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
fetch-depth: 0
- name: Get version
id: jjversion
uses: jjliggett/jjversion-action@38a75c396614ca123a0757739ba4dbc858a4219e
uses: jjliggett/jjversion-action@d3aa0188d02431843fcf8c8a9ae467de4b0fa74a
- name: Display jjversion outputs
run: |
echo "Major: ${{ steps.jjversion.outputs.major }}"
Expand All @@ -180,7 +180,7 @@ jobs:
- run: git reset --soft HEAD~1
- name: Get previous version from previous commit
id: previousversion
uses: jjliggett/jjversion-action@38a75c396614ca123a0757739ba4dbc858a4219e
uses: jjliggett/jjversion-action@d3aa0188d02431843fcf8c8a9ae467de4b0fa74a
- run: echo "VERSION=$(echo ${{ steps.jjversion.outputs.majorMinorPatch }})" >> $GITHUB_ENV
- run: echo "PREVIOUS_COMMIT_VERSION=$(echo ${{ steps.previousversion.outputs.majorMinorPatch }})" >> $GITHUB_ENV
- name: Download build
Expand Down