From f335431747c274dc49d6dbe24335d83f9447566b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:13:25 +0000 Subject: [PATCH] ci(deps): bump the ffflorian group with 3 updates Bumps the ffflorian group with 3 updates: [ffflorian/actions/force-release](https://github.com/ffflorian/actions), [ffflorian/actions/git-mirror](https://github.com/ffflorian/actions) and [ffflorian/actions/yarn-update](https://github.com/ffflorian/actions). Updates `ffflorian/actions/force-release` from 1.30.8 to 1.30.9 - [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/c3ebe9a46aca0870e964c6c07bbd38395515d095...bd0f6230f0235903981da2bd4a16e7154261ef33) Updates `ffflorian/actions/git-mirror` from 1.30.8 to 1.30.9 - [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/c3ebe9a46aca0870e964c6c07bbd38395515d095...bd0f6230f0235903981da2bd4a16e7154261ef33) Updates `ffflorian/actions/yarn-update` from 1.30.8 to 1.30.9 - [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/c3ebe9a46aca0870e964c6c07bbd38395515d095...bd0f6230f0235903981da2bd4a16e7154261ef33) --- updated-dependencies: - dependency-name: ffflorian/actions/force-release dependency-version: 1.30.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ffflorian - dependency-name: ffflorian/actions/git-mirror dependency-version: 1.30.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ffflorian - dependency-name: ffflorian/actions/yarn-update dependency-version: 1.30.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ffflorian ... Signed-off-by: dependabot[bot] --- .github/workflows/build_test_publish.yml | 2 +- .github/workflows/git_mirror.yml | 2 +- .github/workflows/yarn_update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test_publish.yml b/.github/workflows/build_test_publish.yml index 2b5cf444..829374e3 100644 --- a/.github/workflows/build_test_publish.yml +++ b/.github/workflows/build_test_publish.yml @@ -70,7 +70,7 @@ jobs: - name: Checkout repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - - uses: ffflorian/actions/force-release@c3ebe9a46aca0870e964c6c07bbd38395515d095 + - uses: ffflorian/actions/force-release@bd0f6230f0235903981da2bd4a16e7154261ef33 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_authorship: 'Florian Imdahl ' diff --git a/.github/workflows/git_mirror.yml b/.github/workflows/git_mirror.yml index 5589a1df..b689bd4b 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@c3ebe9a46aca0870e964c6c07bbd38395515d095 + - uses: ffflorian/actions/git-mirror@bd0f6230f0235903981da2bd4a16e7154261ef33 with: GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git' GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }} diff --git a/.github/workflows/yarn_update.yml b/.github/workflows/yarn_update.yml index 56e2d012..cc48983e 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Update yarn - uses: ffflorian/actions/yarn-update@c3ebe9a46aca0870e964c6c07bbd38395515d095 + uses: ffflorian/actions/yarn-update@bd0f6230f0235903981da2bd4a16e7154261ef33 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_authorship: 'Florian Imdahl '