File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ runs:
3737 uses : robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
3838 with :
3939 repository : " erlef/mix-dependency-submission"
40- tag : " v1.0.2 "
40+ tag : " v1.1.0 "
4141 fileName : " mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
4242 out-file-path : " ${{ runner.temp }}"
4343 - name : " Verify Dependency Submission Tool Provenance"
4444 run : >-
4545 gh attestation verify
4646 --repo erlef/mix-dependency-submission
47- --source-ref refs/tags/v1.0.2
47+ --source-ref refs/tags/v1.1.0
4848 "${{ runner.temp }}/mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
4949 shell : " bash"
5050 working-directory : " ${{ runner.temp }}"
Original file line number Diff line number Diff line change 22defmodule MixDependencySubmission.MixProject do
33 use Mix.Project
44
5- @ version "1.0.2 "
5+ @ version "1.1.0 "
66 @ source_url "https://github.com/erlef/mix-dependency-submission"
77 @ description "Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API"
88
You can’t perform that action at this time.
0 commit comments