From 9c2363bf7e688c750502a777907f97c7be6ce703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:15:17 +0000 Subject: [PATCH] ci(deps): bump the ffflorian group across 1 directory with 4 updates Bumps the ffflorian group with 4 updates in the / directory: [ffflorian/actions/git-mirror](https://github.com/ffflorian/actions), [ffflorian/actions/docker-image-release](https://github.com/ffflorian/actions), [ffflorian/actions/coolify-deploy](https://github.com/ffflorian/actions) and [ffflorian/actions/yarn-update](https://github.com/ffflorian/actions). Updates `ffflorian/actions/git-mirror` from 1.30.4 to 1.30.5 - [Release notes](https://github.com/ffflorian/actions/releases) - [Changelog](https://github.com/ffflorian/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ffflorian/actions/compare/0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d...c9a3071b2d17985d88f3bbaeab838871d9b61bdd) Updates `ffflorian/actions/docker-image-release` from 1.30.4 to 1.30.5 - [Release notes](https://github.com/ffflorian/actions/releases) - [Changelog](https://github.com/ffflorian/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ffflorian/actions/compare/0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d...c9a3071b2d17985d88f3bbaeab838871d9b61bdd) Updates `ffflorian/actions/coolify-deploy` from 1.30.4 to 1.30.5 - [Release notes](https://github.com/ffflorian/actions/releases) - [Changelog](https://github.com/ffflorian/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ffflorian/actions/compare/0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d...c9a3071b2d17985d88f3bbaeab838871d9b61bdd) Updates `ffflorian/actions/yarn-update` from 1.30.4 to 1.30.5 - [Release notes](https://github.com/ffflorian/actions/releases) - [Changelog](https://github.com/ffflorian/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ffflorian/actions/compare/0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d...c9a3071b2d17985d88f3bbaeab838871d9b61bdd) --- updated-dependencies: - dependency-name: ffflorian/actions/coolify-deploy dependency-version: 1.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ffflorian - dependency-name: ffflorian/actions/docker-image-release dependency-version: 1.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ffflorian - dependency-name: ffflorian/actions/git-mirror dependency-version: 1.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ffflorian - dependency-name: ffflorian/actions/yarn-update dependency-version: 1.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ffflorian ... Signed-off-by: dependabot[bot] --- .github/workflows/git_mirror.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/yarn_update.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/git_mirror.yml b/.github/workflows/git_mirror.yml index 925071f9..c41be7ec 100644 --- a/.github/workflows/git_mirror.yml +++ b/.github/workflows/git_mirror.yml @@ -14,7 +14,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: ffflorian/actions/git-mirror@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d + - uses: ffflorian/actions/git-mirror@c9a3071b2d17985d88f3bbaeab838871d9b61bdd with: GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git' GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63e8fd70..c2b42e78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,7 +87,7 @@ jobs: - name: Publish Release and Docker image id: publish_release - uses: ffflorian/actions/docker-image-release@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d + uses: ffflorian/actions/docker-image-release@c9a3071b2d17985d88f3bbaeab838871d9b61bdd with: DOCKER_TOKEN: ${{ secrets.DOCKER_SECRET }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -110,7 +110,7 @@ jobs: ) steps: - name: Deploy - uses: ffflorian/actions/coolify-deploy@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d + uses: ffflorian/actions/coolify-deploy@c9a3071b2d17985d88f3bbaeab838871d9b61bdd with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} domain: ${{ secrets.COOLIFY_DOMAIN }} diff --git a/.github/workflows/yarn_update.yml b/.github/workflows/yarn_update.yml index 6a947f9f..4076b718 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Update yarn - uses: ffflorian/actions/yarn-update@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d + uses: ffflorian/actions/yarn-update@c9a3071b2d17985d88f3bbaeab838871d9b61bdd with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_authorship: 'Florian Imdahl '