Skip to content

Commit caee42b

Browse files
committed
Release v1.1.2
1 parent e022c36 commit caee42b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff 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.1.1"
40+
tag: "v1.1.2"
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.1.1
47+
--source-ref refs/tags/v1.1.2
4848
"${{ runner.temp }}/mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
4949
shell: "bash"
5050
working-directory: "${{ runner.temp }}"

mix.exs

+1-1
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.1.1"
5+
@version "1.1.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)