Skip to content

Commit fb02c5e

Browse files
committed
Release v1.0.0-beta.7
1 parent d4c301b commit fb02c5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v3
30-
- uses: maennchen/[email protected].6
30+
- uses: maennchen/[email protected].7
3131
```
3232
3333
## Action Configuration

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
2828
with:
2929
repository: "maennchen/mix-dependency-submission"
30-
tag: "v1.0.0-beta.6"
30+
tag: "v1.0.0-beta.7"
3131
fileName: "mix_dependency_submission_linux_amd64"
3232
out-file-path: "${{ runner.temp }}"
3333
- name: "Verify Dependency Submission Tool Provenance"

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.0.0-beta.6"
5+
@version "1.0.0-beta.7"
66
@source_url "https://github.com/maennchen/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)