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: |