Skip to content

Commit 3eb3e42

Browse files
Build(deps): Bump the compatible group with 2 updates
Bumps the compatible group with 2 updates: [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps) and [frequenz-floss/gh-action-dependabot-migrate](https://github.com/frequenz-floss/gh-action-dependabot-migrate). Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases) - [Commits](frequenz-floss/gh-action-setup-python-with-deps@v1.0.3...v1.0.4) Updates `frequenz-floss/gh-action-dependabot-migrate` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/frequenz-floss/gh-action-dependabot-migrate/releases) - [Commits](frequenz-floss/gh-action-dependabot-migrate@07dc7e7...b389f72) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-setup-python-with-deps dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: frequenz-floss/gh-action-dependabot-migrate dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e0d58b commit 3eb3e42

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
submodules: true
4343

4444
- name: Setup Python
45-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3
45+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
4646
with:
4747
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
4848
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
submodules: true
9090

9191
- name: Setup Python
92-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3
92+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
9393
with:
9494
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
9595
dependencies: build
@@ -150,7 +150,7 @@ jobs:
150150
> pyproject.toml
151151
152152
- name: Setup Python
153-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3
153+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
154154
with:
155155
python-version: ${{ matrix.python }}
156156
dependencies: dist/*.whl
@@ -193,7 +193,7 @@ jobs:
193193
submodules: true
194194

195195
- name: Setup Python
196-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3
196+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
197197
with:
198198
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
199199
dependencies: .[dev-mkdocs]
@@ -233,7 +233,7 @@ jobs:
233233
submodules: true
234234

235235
- name: Setup Python
236-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3
236+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
237237
with:
238238
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
239239
dependencies: .[dev-mkdocs]

.github/workflows/repo-config-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
app-id: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_ID }}
4848
private-key: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }}
4949
- name: Migrate
50-
uses: frequenz-floss/gh-action-dependabot-migrate@07dc7e74726498c50726a80cc2167a04d896508f # v1.0.0
50+
uses: frequenz-floss/gh-action-dependabot-migrate@b389f72f9282346920150a67495efbae450ac07b # v1.1.0
5151
with:
5252
script-url-template: >-
5353
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/{version}/cookiecutter/migrate.py

0 commit comments

Comments
 (0)