Skip to content

Commit

Permalink
patch: Update jjversion-gha-output to v0.3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
jjliggett committed Mar 24, 2024
1 parent feaf76a commit 6cada07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: ./
id: jjversion2
with:
version: v0.3.31
version: v0.3.46
- name: Display jjversion outputs
run: |
echo "Major: ${{ steps.jjversion2.outputs.major }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ An optional parameter is available to specify the `jjversion-gha-output` executa
id: jjversion
uses: jjliggett/jjversion-action@792eedc302b25e47c032768ed951ca1c6abb5d3d # v0.6.11
with:
version: v0.3.43
version: v0.3.46
- name: Display jjversion outputs
run: |
echo "Major: ${{ steps.jjversion.outputs.major }}"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
version:
type: "string"
required: false
default: "v0.3.43"
default: "v0.3.46"
outputs:
major:
description: "Major version"
Expand Down

0 comments on commit 6cada07

Please sign in to comment.