From 2594133f57bc6a99b73af1f02e0ba42845e99d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:14:26 +0000 Subject: [PATCH] Bump frenck/action-addon-information from 1.2 to 1.3.1 Bumps [frenck/action-addon-information](https://github.com/frenck/action-addon-information) from 1.2 to 1.3.1. - [Release notes](https://github.com/frenck/action-addon-information/releases) - [Commits](https://github.com/frenck/action-addon-information/compare/v1.2...v1.3.1) --- updated-dependencies: - dependency-name: frenck/action-addon-information dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/builder.yaml | 2 +- .github/workflows/check-pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index a37570d59..cce8f7613 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -36,7 +36,7 @@ jobs: - name: ℹ️ Gather addon info id: information - uses: frenck/action-addon-information@v1.2 + uses: frenck/action-addon-information@v1.3.1 with: path: "./${{ matrix.addon }}/" diff --git a/.github/workflows/check-pr.yaml b/.github/workflows/check-pr.yaml index 85dc8c751..87c4fff10 100644 --- a/.github/workflows/check-pr.yaml +++ b/.github/workflows/check-pr.yaml @@ -127,7 +127,7 @@ jobs: - name: ℹ️ Gather addon info id: information - uses: frenck/action-addon-information@v1.2 + uses: frenck/action-addon-information@v1.3.1 with: path: "./${{ matrix.addon }}/"