From bb71f061a89dc7c132b1ac245329757fb0c73be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:51:53 +0000 Subject: [PATCH 1/2] chore(deps): bump ffflorian/actions from 1.15.0 to 1.25.0 Bumps [ffflorian/actions](https://github.com/ffflorian/actions) from 1.15.0 to 1.25.0. - [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/v1.15.0...395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5) --- updated-dependencies: - dependency-name: ffflorian/actions dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 15ff3554..7c630c4a 100644 --- a/.github/workflows/git_mirror.yml +++ b/.github/workflows/git_mirror.yml @@ -12,7 +12,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: ffflorian/actions/git-mirror@a274bcee58df56cd1dba2f476d3ee8ccd353c538 + - uses: ffflorian/actions/git-mirror@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5 with: GITLAB_REMOTE: 'git@gitlab.com:ffflorian/pkgsource.git' GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }} diff --git a/.github/workflows/lint_test_publish.yml b/.github/workflows/lint_test_publish.yml index e6c3dafe..13318975 100644 --- a/.github/workflows/lint_test_publish.yml +++ b/.github/workflows/lint_test_publish.yml @@ -67,7 +67,7 @@ jobs: - name: Publish Release and Docker image id: publish_release - uses: ffflorian/actions/docker-image-release@697d595c21f59c1c4b46ff162d3935994cac377a + uses: ffflorian/actions/docker-image-release@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_author: 'ffflorian' @@ -83,7 +83,7 @@ jobs: permissions: {} steps: - name: Deploy - uses: ffflorian/actions/coolify-deploy@697d595c21f59c1c4b46ff162d3935994cac377a + uses: ffflorian/actions/coolify-deploy@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5 with: domain: ${{ secrets.COOLIFY_DOMAIN }} token: ${{ secrets.COOLIFY_TOKEN }} diff --git a/.github/workflows/yarn_update.yml b/.github/workflows/yarn_update.yml index 2e820056..6eec344a 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -26,7 +26,7 @@ jobs: - name: Update yarn env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: ffflorian/actions/yarn-update@4405e0d723a90f03f13aaf0b454f541a77fd66a3 + uses: ffflorian/actions/yarn-update@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5 with: git_authorship: 'Florian Imdahl ' release_cooldown_days: '5' From 849d769e1e8efd79c7f549e93a1cd07ac6ae25d9 Mon Sep 17 00:00:00 2001 From: Florian Imdahl Date: Mon, 1 Jun 2026 21:59:05 +0200 Subject: [PATCH 2/2] update workflow --- .github/workflows/yarn_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/yarn_update.yml b/.github/workflows/yarn_update.yml index 6eec344a..cf56c1f0 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -24,9 +24,9 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Update yarn - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} uses: ffflorian/actions/yarn-update@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5 with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_authorship: 'Florian Imdahl ' release_cooldown_days: '5' + assignees: 'ffflorian'