Skip to content

Commit 3c05edc

Browse files
Bump the compatible group with 2 updates
Bumps the compatible group with 2 updates: [frequenz-floss/dependabot-auto-approve](https://github.com/frequenz-floss/dependabot-auto-approve) and [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps). Updates `frequenz-floss/dependabot-auto-approve` from 1.3.2 to 1.5.0 - [Release notes](https://github.com/frequenz-floss/dependabot-auto-approve/releases) - [Commits](frequenz-floss/dependabot-auto-approve@3cad5f4...e943399) 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/dependabot-auto-approve dependency-version: 1.5.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 026fb72 commit 3c05edc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Auto-merge Dependabot PR
16-
uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
16+
uses: frequenz-floss/dependabot-auto-approve@e943399cc9d76fbb6d7faae446cd57301d110165 # v1.5.0
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
dependency-type: 'all'

.github/workflows/ci-pr.yaml

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

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1
113+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
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.1
172+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
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.1
211+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
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.1
247+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
248248
with:
249249
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
250250
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)