Skip to content

Commit dadb89f

Browse files
chore(deps-ci): bump ffflorian/actions from 1.25.1 to 1.29.1 (#1270)
Bumps [ffflorian/actions](https://github.com/ffflorian/actions) from 1.25.1 to 1.29.1. - [Release notes](https://github.com/ffflorian/actions/releases) - [Changelog](https://github.com/ffflorian/actions/blob/main/CHANGELOG.md) - [Commits](ffflorian/actions@v1.25.1...19c9eb3) --- updated-dependencies: - dependency-name: ffflorian/actions dependency-version: 1.29.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a93a5cd commit dadb89f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout repository
7070
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7171

72-
- uses: ffflorian/actions/force-release@86a6f4fba506628f07585dcd4010e05f2396c25a
72+
- uses: ffflorian/actions/force-release@19c9eb3c05c3d1445f442abeb22109175d531293
7373
with:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
git_authorship: 'Florian Imdahl <git@ffflorian.de>'

.github/workflows/git_mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: ffflorian/actions/git-mirror@abeafb743ac9afb2adefc0fc15b207029d1bc633
17+
- uses: ffflorian/actions/git-mirror@19c9eb3c05c3d1445f442abeb22109175d531293
1818
with:
1919
GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git'
2020
GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }}

.github/workflows/yarn_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626

2727
- name: Update yarn
28-
uses: ffflorian/actions/yarn-update@86a6f4fba506628f07585dcd4010e05f2396c25a
28+
uses: ffflorian/actions/yarn-update@19c9eb3c05c3d1445f442abeb22109175d531293
2929
with:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
git_authorship: 'Florian Imdahl <git@ffflorian.de>'

0 commit comments

Comments
 (0)