Skip to content

Commit cfa6d70

Browse files
chore(deps): bump ffflorian/actions from 1.2.0 to 1.4.0 (#1182)
Bumps [ffflorian/actions](https://github.com/ffflorian/actions) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/ffflorian/actions/releases) - [Changelog](https://github.com/ffflorian/actions/blob/main/CHANGELOG.md) - [Commits](ffflorian/actions@v1.2.0...e572b82) --- updated-dependencies: - dependency-name: ffflorian/actions dependency-version: 1.4.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 f8c42ab commit cfa6d70

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/force-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616

17-
- uses: ffflorian/actions/force-release@dcf7867b80c82038098ed48c2eaf9944e84a98bb
17+
- uses: ffflorian/actions/force-release@e572b82b99ef6e385a524011ab2ff665bc837a10
1818
with:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
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
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: ffflorian/actions/git-mirror@baf8fb2e65ebe6564870f56315a09bc01ab7e0f7
15+
- uses: ffflorian/actions/git-mirror@e572b82b99ef6e385a524011ab2ff665bc837a10
1616
with:
1717
GITLAB_REMOTE: 'git@gitlab.com:ffflorian/node-packages.git'
1818
GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }}

.github/workflows/yarn_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Update yarn
23-
uses: ffflorian/actions/yarn-update@baf8fb2e65ebe6564870f56315a09bc01ab7e0f7
23+
uses: ffflorian/actions/yarn-update@e572b82b99ef6e385a524011ab2ff665bc837a10
2424
with:
2525
git_authorship: 'Florian Imdahl <git@ffflorian.de>'

0 commit comments

Comments
 (0)