From b22a7c6c23929acd5d93bea37597e837e98dbb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 06:08:59 +0000 Subject: [PATCH] :arrow_up: Bump frenck/action-addon-information from 1.2.2 to 1.3 Bumps [frenck/action-addon-information](https://github.com/frenck/action-addon-information) from 1.2.2 to 1.3. - [Release notes](https://github.com/frenck/action-addon-information/releases) - [Commits](https://github.com/frenck/action-addon-information/compare/v1.2.2...v1.3) --- 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/ci.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9cb5e7..f7d1a13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v2.3.5 - name: 🚀 Run add-on information action id: information - uses: frenck/action-addon-information@v1.2.2 + uses: frenck/action-addon-information@v1.3 lint-addon: name: Lint Add-on diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 28d04e2..9e6bf73 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v2.3.5 - name: 🚀 Run add-on information action id: information - uses: frenck/action-addon-information@v1.2.2 + uses: frenck/action-addon-information@v1.3 - name: â„šī¸ Gather version and environment id: release run: |