File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- uses : actions/checkout@v3
30
- -
uses :
maennchen/[email protected] .6
30
+ -
uses :
maennchen/[email protected] .7
31
31
` ` `
32
32
33
33
## Action Configuration
Original file line number Diff line number Diff line change 27
27
uses : robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
28
28
with :
29
29
repository : " maennchen/mix-dependency-submission"
30
- tag : " v1.0.0-beta.6 "
30
+ tag : " v1.0.0-beta.7 "
31
31
fileName : " mix_dependency_submission_linux_amd64"
32
32
out-file-path : " ${{ runner.temp }}"
33
33
- name : " Verify Dependency Submission Tool Provenance"
Original file line number Diff line number Diff line change 2
2
defmodule MixDependencySubmission.MixProject do
3
3
use Mix.Project
4
4
5
- @ version "1.0.0-beta.6 "
5
+ @ version "1.0.0-beta.7 "
6
6
@ source_url "https://github.com/maennchen/mix-dependency-submission"
7
7
@ description "Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API"
8
8
You can’t perform that action at this time.
0 commit comments