From 8c4ddc6f55e34a23e7f9b228a5affbd3503e4946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:42:55 +0000 Subject: [PATCH] Bump frenck/action-addon-information from 1.4.0 to 1.4.2 Bumps [frenck/action-addon-information](https://github.com/frenck/action-addon-information) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/frenck/action-addon-information/releases) - [Commits](https://github.com/frenck/action-addon-information/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: frenck/action-addon-information dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/addon-ci.yaml | 2 +- .github/workflows/addon-deploy.yaml | 2 +- .github/workflows/base-deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index 21a3311..d459ede 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: 🚀 Run add-on information action id: information - uses: frenck/action-addon-information@v1.4.0 + uses: frenck/action-addon-information@v1.4.2 - name: 🚀 Process possible slug override id: override run: | diff --git a/.github/workflows/addon-deploy.yaml b/.github/workflows/addon-deploy.yaml index 20d05fe..5d537ed 100644 --- a/.github/workflows/addon-deploy.yaml +++ b/.github/workflows/addon-deploy.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: 🚀 Run add-on information action id: information - uses: frenck/action-addon-information@v1.4.0 + uses: frenck/action-addon-information@v1.4.2 - name: 🚀 Process possible slug override id: override run: | diff --git a/.github/workflows/base-deploy.yaml b/.github/workflows/base-deploy.yaml index fcc0a5f..8c8f4ec 100644 --- a/.github/workflows/base-deploy.yaml +++ b/.github/workflows/base-deploy.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: 🚀 Run add-on information action id: information - uses: frenck/action-addon-information@v1.4.0 + uses: frenck/action-addon-information@v1.4.2 - name: â„šī¸ Gather version and environment id: release run: |