File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 echo "FUNCTION=$FUNCTION" >> $GITHUB_ENV
2828 - name : Run GitOps Automatic Versioning Action
2929 id : gitops-autover
30- uses : AlexAtkinson/github-action-gitops-autover@0.1.0
30+ uses : AlexAtkinson/github-action-gitops-autover@0.1.5
3131 - name : Set Version Dependent Envars
3232 run : |
3333 VERSION=${{ steps.gitops-autover.outputs.new-version }}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ This is a valid workflow utilizing this action.
6464 - uses: actions/checkout@v3
6565 - name: Run GitOps Automatic Versioning Action
6666 id: gitops-autover
67- uses: AlexAtkinson/github-action-gitops-autover@0.1.0
67+ uses: AlexAtkinson/github-action-gitops-autover@0.1.6
6868 - name: Verify Outputs
6969 run: |
7070 NEW_VERSION=${{ steps.gitops-autover.outputs.new-version }}
You can’t perform that action at this time.
0 commit comments