diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 403fd3e..3e79c02 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: 🚀 Run add-on information action id: information - uses: frenck/action-addon-information@v1.0.0 + uses: frenck/action-addon-information@v1.1 lint-addon: name: Lint Add-on diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b283c32..3fa4a58 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: 🚀 Run add-on information action id: information - uses: frenck/action-addon-information@v1.0.0 + uses: frenck/action-addon-information@v1.1 - name: â„šī¸ Gather version and environment id: release run: |