From 55ea4e70cf78946065779080650621cb4e86a69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:36:16 +0000 Subject: [PATCH] ci(deps): bump ffflorian/actions from 1.29.0 to 1.29.1 Bumps [ffflorian/actions](https://github.com/ffflorian/actions) from 1.29.0 to 1.29.1. - [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/5f907fd45b50a93ebebe772a75afbe6025f9fa1d...19c9eb3c05c3d1445f442abeb22109175d531293) --- updated-dependencies: - dependency-name: ffflorian/actions dependency-version: 1.29.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/git_mirror.yml | 2 +- .github/workflows/lint_test_publish.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 364392e3..173e8b40 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@5f907fd45b50a93ebebe772a75afbe6025f9fa1d + - uses: ffflorian/actions/git-mirror@19c9eb3c05c3d1445f442abeb22109175d531293 with: GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git' GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }} diff --git a/.github/workflows/lint_test_publish.yml b/.github/workflows/lint_test_publish.yml index b3487021..286a47e2 100644 --- a/.github/workflows/lint_test_publish.yml +++ b/.github/workflows/lint_test_publish.yml @@ -87,7 +87,7 @@ jobs: - name: Publish Release and Docker image id: publish_release - uses: ffflorian/actions/docker-image-release@5f907fd45b50a93ebebe772a75afbe6025f9fa1d + uses: ffflorian/actions/docker-image-release@19c9eb3c05c3d1445f442abeb22109175d531293 with: DOCKER_TOKEN: ${{ secrets.DOCKER_SECRET }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -110,7 +110,7 @@ jobs: ) steps: - name: Deploy - uses: ffflorian/actions/coolify-deploy@5f907fd45b50a93ebebe772a75afbe6025f9fa1d + uses: ffflorian/actions/coolify-deploy@19c9eb3c05c3d1445f442abeb22109175d531293 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 a62bba8d..9dd34fad 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Update yarn - uses: ffflorian/actions/yarn-update@5f907fd45b50a93ebebe772a75afbe6025f9fa1d + uses: ffflorian/actions/yarn-update@19c9eb3c05c3d1445f442abeb22109175d531293 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_authorship: 'Florian Imdahl '