From 77172ee263b10509d7f7348a1722507e1fe9a5bd Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Tue, 3 Mar 2026 12:20:56 +0000 Subject: [PATCH] Test patch updates --- action.yaml | 4 ++-- src/rebar3_dependency_submission.app.src | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index a306678..c03c7ed 100644 --- a/action.yaml +++ b/action.yaml @@ -23,7 +23,7 @@ runs: steps: - name: Download Dependency Submission Tool env: - TAG: v0.1.0 # release-TAG + TAG: v0.1.1 # release-TAG REPO: erlef/rebar3-dependency-submission GITHUB_TOKEN: ${{ inputs.token }} run: | @@ -37,7 +37,7 @@ runs: - name: Verify Dependency Submission Tool Provenance env: - TAG: v0.1.0 # release-TAG + TAG: v0.1.1 # release-TAG REPO: erlef/rebar3-dependency-submission GITHUB_TOKEN: ${{ inputs.token }} run: | diff --git a/src/rebar3_dependency_submission.app.src b/src/rebar3_dependency_submission.app.src index 604bcc0..22c6072 100644 --- a/src/rebar3_dependency_submission.app.src +++ b/src/rebar3_dependency_submission.app.src @@ -4,7 +4,7 @@ {description, "Calculates dependencies for Rebar3 and submits the list to the GitHub Dependency Submission API"}, % release-TAG - {vsn, "v0.1.0"}, + {vsn, "v0.1.1"}, {applications, [ kernel, stdlib,