Skip to content

Commit 064af23

Browse files
Build(deps): Bump frequenz-floss/gh-action-setup-git
Bumps [frequenz-floss/gh-action-setup-git](https://github.com/frequenz-floss/gh-action-setup-git) from 16952aac3ccc01d27412fe0dea3ea946530dcace to f9d86a01228ee1cadaac5224d4d7626f1eb23f90. - [Release notes](https://github.com/frequenz-floss/gh-action-setup-git/releases) - [Commits](frequenz-floss/gh-action-setup-git@16952aa...f9d86a0) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-setup-git dependency-version: f9d86a01228ee1cadaac5224d4d7626f1eb23f90 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c049ee commit 064af23

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)