Skip to content

Commit e09076c

Browse files
ci(deps): bump ffflorian/actions from 1.29.1 to 1.30.0 (#1283)
Bumps [ffflorian/actions](https://github.com/ffflorian/actions) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/ffflorian/actions/releases) - [Changelog](https://github.com/ffflorian/actions/blob/main/CHANGELOG.md) - [Commits](ffflorian/actions@19c9eb3...4bad1b4) --- updated-dependencies: - dependency-name: ffflorian/actions dependency-version: 1.30.0 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 e37ee89 commit e09076c

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@df4cb1c069e1874edd31b4311f1884172cec0e10
7171

72-
- uses: ffflorian/actions/force-release@19c9eb3c05c3d1445f442abeb22109175d531293
72+
- uses: ffflorian/actions/force-release@4bad1b444464c75ce24b0f55360174abf3dde851
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@19c9eb3c05c3d1445f442abeb22109175d531293
17+
- uses: ffflorian/actions/git-mirror@4bad1b444464c75ce24b0f55360174abf3dde851
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@df4cb1c069e1874edd31b4311f1884172cec0e10
2626

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

0 commit comments

Comments
 (0)