From e0bbd3a8108401562f4f678d6b89307ac78675a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:28:16 +0000 Subject: [PATCH] Bump JC5/firefly-iii-dev from 16 to 29 Bumps [JC5/firefly-iii-dev](https://github.com/jc5/firefly-iii-dev) from 16 to 29. - [Commits](https://github.com/jc5/firefly-iii-dev/compare/v16...v29) --- updated-dependencies: - dependency-name: JC5/firefly-iii-dev dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5d389e7f5..32e6983d5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }} - name: Cleanup translations id: cleanup-transactions - uses: JC5/firefly-iii-dev@v16 + uses: JC5/firefly-iii-dev@v29 with: action: 'ff3:crowdin-warning' output: '' @@ -60,7 +60,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Cleanup changelog id: cleanup-changelog - uses: JC5/firefly-iii-dev@v16 + uses: JC5/firefly-iii-dev@v29 with: action: 'ff3:changelog' output: '' @@ -69,7 +69,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Generate JSON v1 id: json-v1 - uses: JC5/firefly-iii-dev@v16 + uses: JC5/firefly-iii-dev@v29 with: action: 'ff3:json-translations v1' output: '' @@ -78,7 +78,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Generate JSON v2 id: json-v2 - uses: JC5/firefly-iii-dev@v16 + uses: JC5/firefly-iii-dev@v29 with: action: 'ff3:json-translations v2' output: '' @@ -87,7 +87,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Code cleanup id: code-cleanup - uses: JC5/firefly-iii-dev@v16 + uses: JC5/firefly-iii-dev@v29 with: action: 'ff3:code' output: '' @@ -100,7 +100,7 @@ jobs: npm run build - name: Build old JS id: old-js - uses: JC5/firefly-iii-dev@v16 + uses: JC5/firefly-iii-dev@v29 with: action: 'ff3:old-js' output: ''