From 0eefadaf09c4c0d672ecf9cb6f0c5a3599c4af0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:26:20 +0000 Subject: [PATCH] Bump zacharyweiss/flipper-app-catalog-action from 1.1 to 1.2 Bumps [zacharyweiss/flipper-app-catalog-action](https://github.com/zacharyweiss/flipper-app-catalog-action) from 1.1 to 1.2. - [Release notes](https://github.com/zacharyweiss/flipper-app-catalog-action/releases) - [Commits](https://github.com/zacharyweiss/flipper-app-catalog-action/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: zacharyweiss/flipper-app-catalog-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/app_catalog_upd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app_catalog_upd.yml b/.github/workflows/app_catalog_upd.yml index 774413b..3fc5cf1 100644 --- a/.github/workflows/app_catalog_upd.yml +++ b/.github/workflows/app_catalog_upd.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: zacharyweiss/flipper-app-catalog-action@v1.1 + - uses: zacharyweiss/flipper-app-catalog-action@v1.2 id: update_manifest with: CATALOG_UPDATE_TOKEN: ${{ secrets.CATALOG_UPDATE_TOKEN }}