Skip to content

Commit 33307d0

Browse files
Bump frequenz-floss/gh-action-setup-python-with-deps
Bumps the compatible group with 1 update: [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps). 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-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 03bef67 commit 33307d0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1
38+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
3939
with:
4040
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
4141
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1
87+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
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.1
146+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
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.1
185+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
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.1
221+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
222222
with:
223223
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
224224
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)