Skip to content

Commit bf6135e

Browse files
chore(deps): Bump the compatible group with 3 updates
Bumps the compatible group with 3 updates: [frequenz-floss/gh-action-dependabot-migrate](https://github.com/frequenz-floss/gh-action-dependabot-migrate), [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox) and [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps). Updates `frequenz-floss/gh-action-dependabot-migrate` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/frequenz-floss/gh-action-dependabot-migrate/releases) - [Commits](frequenz-floss/gh-action-dependabot-migrate@eb100d3...e93e3b5) Updates `frequenz-floss/gh-action-nox` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](frequenz-floss/gh-action-nox@80a9845...dff549a) Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases) - [Commits](frequenz-floss/gh-action-setup-python-with-deps@dca2997...29d63cb) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-dependabot-migrate dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: frequenz-floss/gh-action-setup-python-with-deps dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3401969 commit bf6135e

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/black-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Read/update pull request metadata and labels.
6767
permission-pull-requests: write
6868
- name: Migrate
69-
uses: frequenz-floss/gh-action-dependabot-migrate@eb100d3cf732b4808a7776eee8f303521efd494b # v1.2.1
69+
uses: frequenz-floss/gh-action-dependabot-migrate@e93e3b50930132717c9aabdd09413a6737d4b7ef # v1.3.0
7070
with:
7171
migration-script: |
7272
import os

.github/workflows/ci-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Run nox
50-
uses: frequenz-floss/gh-action-nox@80a9845a59ffc71d27b9c41099eb6cb55bc7b671 # v1.1.1
50+
uses: frequenz-floss/gh-action-nox@dff549a59033ed078a375a32b1f8f17beb7df690 # v1.1.2
5151
with:
5252
python-version: "3.11"
5353
nox-session: ci_checks_max
@@ -65,7 +65,7 @@ jobs:
6565
submodules: true
6666

6767
- name: Setup Python
68-
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
68+
uses: frequenz-floss/gh-action-setup-python-with-deps@29d63cb1d7ce634b2f4b925044b1b193e1d5bddc # v1.0.6
6969
with:
7070
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
7171
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Run nox
76-
uses: frequenz-floss/gh-action-nox@80a9845a59ffc71d27b9c41099eb6cb55bc7b671 # v1.1.1
76+
uses: frequenz-floss/gh-action-nox@dff549a59033ed078a375a32b1f8f17beb7df690 # v1.1.2
7777
with:
7878
python-version: ${{ matrix.python }}
7979
nox-session: ${{ matrix.nox-session }}
@@ -114,7 +114,7 @@ jobs:
114114
submodules: true
115115

116116
- name: Setup Python
117-
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
117+
uses: frequenz-floss/gh-action-setup-python-with-deps@29d63cb1d7ce634b2f4b925044b1b193e1d5bddc # v1.0.6
118118
with:
119119
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
120120
dependencies: build
@@ -171,7 +171,7 @@ jobs:
171171
> pyproject.toml
172172
173173
- name: Setup Python
174-
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
174+
uses: frequenz-floss/gh-action-setup-python-with-deps@29d63cb1d7ce634b2f4b925044b1b193e1d5bddc # v1.0.6
175175
with:
176176
python-version: ${{ matrix.python }}
177177
dependencies: dist/*.whl
@@ -212,7 +212,7 @@ jobs:
212212
submodules: true
213213

214214
- name: Setup Python
215-
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
215+
uses: frequenz-floss/gh-action-setup-python-with-deps@29d63cb1d7ce634b2f4b925044b1b193e1d5bddc # v1.0.6
216216
with:
217217
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
218218
dependencies: .[dev-mkdocs]
@@ -252,7 +252,7 @@ jobs:
252252
submodules: true
253253

254254
- name: Setup Python
255-
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
255+
uses: frequenz-floss/gh-action-setup-python-with-deps@29d63cb1d7ce634b2f4b925044b1b193e1d5bddc # v1.0.6
256256
with:
257257
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
258258
dependencies: .[dev-mkdocs]

.github/workflows/grpc-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Read/update pull request metadata and labels.
7575
permission-pull-requests: write
7676
- name: Migrate
77-
uses: frequenz-floss/gh-action-dependabot-migrate@eb100d3cf732b4808a7776eee8f303521efd494b # v1.x.x
77+
uses: frequenz-floss/gh-action-dependabot-migrate@e93e3b50930132717c9aabdd09413a6737d4b7ef # v1.x.x
7878
with:
7979
script-url-template: >-
8080
https://raw.githubusercontent.com/llucax/frequenz-repo-config-python/refs/heads/fix-grpc-group/cookiecutter/scripts/dependabot-grpc-fixer.py

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Allow pushes when migration changes workflow files.
5959
permission-workflows: write
6060
- name: Migrate
61-
uses: frequenz-floss/gh-action-dependabot-migrate@eb100d3cf732b4808a7776eee8f303521efd494b # v1.2.1
61+
uses: frequenz-floss/gh-action-dependabot-migrate@e93e3b50930132717c9aabdd09413a6737d4b7ef # v1.3.0
6262
with:
6363
script-url-template: >-
6464
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/{version}/cookiecutter/migrate.py

0 commit comments

Comments
 (0)