Skip to content

Commit 8db49a5

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.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2332a5f commit 8db49a5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Run nox
49-
uses: frequenz-floss/gh-action-nox@v1.1.0
49+
uses: frequenz-floss/gh-action-nox@v1.1.1
5050
with:
5151
python-version: ${{ matrix.python }}
5252
nox-session: ${{ matrix.nox-session }}
@@ -85,7 +85,7 @@ jobs:
8585
submodules: true
8686

8787
- name: Setup Python
88-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
88+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
8989
with:
9090
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
9191
dependencies: build
@@ -145,7 +145,7 @@ jobs:
145145
> pyproject.toml
146146
147147
- name: Setup Python
148-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
148+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
149149
with:
150150
python-version: ${{ matrix.python }}
151151
dependencies: dist/*.whl
@@ -184,7 +184,7 @@ jobs:
184184
submodules: true
185185

186186
- name: Setup Python
187-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
187+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
188188
with:
189189
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
190190
dependencies: .[dev-mkdocs]
@@ -220,7 +220,7 @@ jobs:
220220
submodules: true
221221

222222
- name: Setup Python
223-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
223+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
224224
with:
225225
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
226226
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)