File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858
5959 - name : Get current version
6060 id : version
61- uses : mozilla-ai/cargo-goose /actions/current-version@v1
61+ uses : mozilla-ai/cargo-goosectl /actions/current-version@v1
6262 with :
6363 force-single-version : true
6464
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ jobs:
7070
7171 - name : Get current version
7272 id : current_version
73- uses : mozilla-ai/cargo-goose /actions/current-version@v1
73+ uses : mozilla-ai/cargo-goosectl /actions/current-version@v1
7474 with :
7575 force-single-version : true
7676
77- - name : Compute cargo-goose args
77+ - name : Compute cargo-goosectl args
7878 id : goose_args
7979 run : |
8080 ACTION="${{ github.event.inputs.action }}"
@@ -106,13 +106,13 @@ jobs:
106106 echo "args=$ARGS" >> "$GITHUB_OUTPUT"
107107
108108 - name : Bump version
109- uses : mozilla-ai/cargo-goose /actions/cargo-goose @v1
109+ uses : mozilla-ai/cargo-goosectl /actions/cargo-goosectl @v1
110110 with :
111111 args : ${{ steps.goose_args.outputs.args }}
112112
113113 - name : Get new version
114114 id : new_version
115- uses : mozilla-ai/cargo-goose /actions/current-version@v1
115+ uses : mozilla-ai/cargo-goosectl /actions/current-version@v1
116116 with :
117117 force-single-version : true
118118
You can’t perform that action at this time.
0 commit comments