Skip to content

Commit cbf1679

Browse files
chore(deps): Bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.4 to 1.0.5 in the compatible group (#109)
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.4 to 1.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases">frequenz-floss/gh-action-setup-python-with-deps's releases</a>.</em></p> <blockquote> <h2>v1.0.5</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/labeler from 6.0.1 to 6.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/pull/21">frequenz-floss/gh-action-setup-python-with-deps#21</a></li> <li>Fix Windows action script path by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/pull/23">frequenz-floss/gh-action-setup-python-with-deps#23</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.4...v1.0.5">https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.4...v1.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f"><code>dca2997</code></a> Fix Windows action script path (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/23">#23</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/3938c174f1dd4708f1f65c18fe042c882e6c5940"><code>3938c17</code></a> Fix Windows action script path</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/107671034320179e2fe9671b3ed55c2fb9b4c9e0"><code>1076710</code></a> Bump actions/labeler from 6.0.1 to 6.1.0 (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/21">#21</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/379c54610f88e992a326c4825cd077cdff263a9e"><code>379c546</code></a> Bump actions/labeler from 6.0.1 to 6.1.0</li> <li>See full diff in <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/b5707ffcd43ec4b24f2b24df712b43148cfa887f...dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=frequenz-floss/gh-action-setup-python-with-deps&package-manager=github_actions&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 25c671d + fab87ef commit cbf1679

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
@@ -65,7 +65,7 @@ jobs:
6565
submodules: true
6666

6767
- name: Setup Python
68-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
68+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
6969
with:
7070
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
7171
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
submodules: true
115115

116116
- name: Setup Python
117-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
117+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
118118
with:
119119
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
120120
dependencies: build
@@ -171,7 +171,7 @@ jobs:
171171
> pyproject.toml
172172
173173
- name: Setup Python
174-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
174+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
175175
with:
176176
python-version: ${{ matrix.python }}
177177
dependencies: dist/*.whl
@@ -212,7 +212,7 @@ jobs:
212212
submodules: true
213213

214214
- name: Setup Python
215-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
215+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
216216
with:
217217
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
218218
dependencies: .[dev-mkdocs]
@@ -252,7 +252,7 @@ jobs:
252252
submodules: true
253253

254254
- name: Setup Python
255-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
255+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
256256
with:
257257
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
258258
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)