Skip to content

Commit ff9b39d

Browse files
Build(deps): Bump frequenz-floss/gh-action-setup-git from 16952aac3ccc01d27412fe0dea3ea946530dcace to f9d86a01228ee1cadaac5224d4d7626f1eb23f90 (#76)
Bumps [frequenz-floss/gh-action-setup-git](https://github.com/frequenz-floss/gh-action-setup-git) from 16952aac3ccc01d27412fe0dea3ea946530dcace to f9d86a01228ee1cadaac5224d4d7626f1eb23f90. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/frequenz-floss/gh-action-setup-git/compare/16952aac3ccc01d27412fe0dea3ea946530dcace...f9d86a01228ee1cadaac5224d4d7626f1eb23f90">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 213edc1 + 064af23 commit ff9b39d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-24.04
3535
steps:
3636
- name: Setup Git
37-
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
37+
uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
3838
# TODO(cookiecutter): Uncomment this for projects with private dependencies
3939
# with:
4040
# username: ${{ secrets.GIT_USER }}

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: Setup Git
86-
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
86+
uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
8787
# TODO(cookiecutter): Uncomment this for projects with private dependencies
8888
# with:
8989
# username: ${{ secrets.GIT_USER }}
@@ -126,7 +126,7 @@ jobs:
126126

127127
steps:
128128
- name: Setup Git
129-
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
129+
uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
130130
# TODO(cookiecutter): Uncomment this for projects with private dependencies
131131
# with:
132132
# username: ${{ secrets.GIT_USER }}
@@ -189,7 +189,7 @@ jobs:
189189
runs-on: ubuntu-24.04
190190
steps:
191191
- name: Setup Git
192-
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
192+
uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
193193
# TODO(cookiecutter): Uncomment this for projects with private dependencies
194194
# with:
195195
# username: ${{ secrets.GIT_USER }}
@@ -233,7 +233,7 @@ jobs:
233233
contents: write
234234
steps:
235235
- name: Setup Git
236-
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
236+
uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
237237
# TODO(cookiecutter): Uncomment this for projects with private dependencies
238238
# with:
239239
# username: ${{ secrets.GIT_USER }}

0 commit comments

Comments
 (0)