Skip to content

Commit a362b6c

Browse files
Bump the compatible group across 1 directory with 3 updates
Bumps the compatible group with 3 updates in the / directory: [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox), [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-nox` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](frequenz-floss/gh-action-nox@v1.1.0...v1.1.1) Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.2 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.2...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-nox dependency-version: 1.1.1 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.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 4cbbd38 commit a362b6c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci-pr.yaml

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

1818
steps:
1919
- name: Run nox
20-
uses: frequenz-floss/gh-action-nox@v1.1.0
20+
uses: frequenz-floss/gh-action-nox@v1.1.1
2121
with:
2222
python-version: "3.11"
2323
nox-session: ci_checks_max
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636

3737
- name: Setup Python
38-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
38+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
3939
with:
4040
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
4141
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

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

4646
steps:
4747
- name: Run nox
48-
uses: frequenz-floss/gh-action-nox@v1.1.0
48+
uses: frequenz-floss/gh-action-nox@v1.1.1
4949
with:
5050
python-version: ${{ matrix.python }}
5151
nox-session: ${{ matrix.nox-session }}
@@ -84,7 +84,7 @@ jobs:
8484
submodules: true
8585

8686
- name: Setup Python
87-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
87+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
8888
with:
8989
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
9090
dependencies: build
@@ -143,7 +143,7 @@ jobs:
143143
> pyproject.toml
144144
145145
- name: Setup Python
146-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
146+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
147147
with:
148148
python-version: ${{ matrix.python }}
149149
dependencies: dist/*.whl
@@ -182,7 +182,7 @@ jobs:
182182
submodules: true
183183

184184
- name: Setup Python
185-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
185+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
186186
with:
187187
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
188188
dependencies: .[dev-mkdocs]
@@ -218,7 +218,7 @@ jobs:
218218
submodules: true
219219

220220
- name: Setup Python
221-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
221+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
222222
with:
223223
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
224224
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)