Skip to content

Commit 45713f7

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

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-pr.yaml

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

4444
steps:
4545
- name: Run nox
46-
uses: frequenz-floss/gh-action-nox@v1.0.0
46+
uses: frequenz-floss/gh-action-nox@v1.0.1
4747
with:
4848
python-version: "3.11"
4949
nox-session: ci_checks_max
@@ -61,7 +61,7 @@ jobs:
6161
submodules: true
6262

6363
- name: Setup Python
64-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.0
64+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
6565
with:
6666
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
6767
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

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

7272
steps:
7373
- name: Run nox
74-
uses: frequenz-floss/gh-action-nox@v1.0.0
74+
uses: frequenz-floss/gh-action-nox@v1.0.1
7575
with:
7676
python-version: ${{ matrix.python }}
7777
nox-session: ${{ matrix.nox-session }}
@@ -110,7 +110,7 @@ jobs:
110110
submodules: true
111111

112112
- name: Setup Python
113-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.0
113+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
114114
with:
115115
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
116116
dependencies: build
@@ -169,7 +169,7 @@ jobs:
169169
> pyproject.toml
170170
171171
- name: Setup Python
172-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.0
172+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
173173
with:
174174
python-version: ${{ matrix.python }}
175175
dependencies: dist/*.whl
@@ -208,7 +208,7 @@ jobs:
208208
submodules: true
209209

210210
- name: Setup Python
211-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.0
211+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
212212
with:
213213
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
214214
dependencies: .[dev-mkdocs]
@@ -244,7 +244,7 @@ jobs:
244244
submodules: true
245245

246246
- name: Setup Python
247-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.0
247+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
248248
with:
249249
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
250250
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)