Skip to content

Commit 4245748

Browse files
Bump the compatible group across 1 directory with 2 updates
Bumps the compatible group with 2 updates in the / directory: [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-nox` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](frequenz-floss/gh-action-nox@v1.0.1...v1.1.0) Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.1 to 1.0.2 - [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.1...v1.0.2) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: frequenz-floss/gh-action-setup-python-with-deps dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d224a7 commit 4245748

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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.0.1
20+
uses: frequenz-floss/gh-action-nox@v1.1.0
2121
with:
2222
python-version: "3.11"
2323
nox-session: ci_checks_max
@@ -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.1
45+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
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
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Run nox
51-
uses: frequenz-floss/gh-action-nox@e1351cf45e05e85afc1c79ab883e06322892d34c # v1.1.0
51+
uses: frequenz-floss/gh-action-nox@f7f9a0160c8c724426e6f700c876c18df65b3f26 # v1.1.0
5252
with:
5353
python-version: ${{ matrix.python }}
5454
nox-session: ${{ matrix.nox-session }}
@@ -263,7 +263,7 @@ jobs:
263263
> pyproject.toml
264264
265265
- name: Setup Python
266-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
266+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
267267
with:
268268
python-version: ${{ matrix.python.semver }}
269269
dependencies: dist/*${{ matrix.python.wheelver }}-${{ matrix.platform.tag }}*.whl
@@ -302,7 +302,7 @@ jobs:
302302
submodules: true
303303

304304
- name: Setup Python
305-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
305+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
306306
with:
307307
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
308308
dependencies: .[dev-mkdocs]
@@ -338,7 +338,7 @@ jobs:
338338
submodules: true
339339

340340
- name: Setup Python
341-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
341+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
342342
with:
343343
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
344344
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)