Skip to content

Commit fa66011

Browse files
committed
Release v1.0.2
1 parent ebc87ab commit fa66011

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ runs:
2727
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
2828
with:
2929
repository: "erlef/mix-dependency-submission"
30-
tag: "v1.0.1"
30+
tag: "v1.0.2"
3131
fileName: "mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
3232
out-file-path: "${{ runner.temp }}"
3333
- name: "Verify Dependency Submission Tool Provenance"
3434
run: >-
3535
gh attestation verify
3636
--repo erlef/mix-dependency-submission
37-
--source-ref refs/tags/v1.0.1
37+
--source-ref refs/tags/v1.0.2
3838
"${{ runner.temp }}/mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
3939
shell: "bash"
4040
working-directory: "${{ runner.temp }}"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
defmodule MixDependencySubmission.MixProject do
33
use Mix.Project
44

5-
@version "1.0.1"
5+
@version "1.0.2"
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

0 commit comments

Comments
 (0)