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 70
70
run : echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
71
71
shell : bash
72
72
- id : action
73
- run : ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.6-SNAPSHOT
73
+ run : ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.5
74
74
shell : bash
75
75
env :
76
76
JSON_INPUTS : ${{ toJSON(inputs) }}
Original file line number Diff line number Diff line change 70
70
run : echo "COMMIT_UPDATED_LOCKFILE=${{ inputs.commit-lockfile }}" >> $GITHUB_ENV
71
71
shell : bash
72
72
- id : action
73
- run : ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:${project.version}
73
+ run : ~/.jbang/bin/jbang --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:5.3.5
74
74
shell : bash
75
75
env :
76
76
JSON_INPUTS : ${{ toJSON(inputs) }}
You can’t perform that action at this time.
0 commit comments