Skip to content

Commit 3c6cb20

Browse files
Build(deps): Bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.4 to 1.0.5 in the compatible group (#280)
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 1adaa90 + 269029d commit 3c6cb20

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
@@ -39,7 +39,7 @@ jobs:
3939
submodules: true
4040

4141
- name: Setup Python
42-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
42+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
4343
with:
4444
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
4545
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
submodules: true
9090

9191
- name: Setup Python
92-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
92+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
9393
with:
9494
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
9595
dependencies: build
@@ -147,7 +147,7 @@ jobs:
147147
> pyproject.toml
148148
149149
- name: Setup Python
150-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
150+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
151151
with:
152152
python-version: ${{ matrix.python }}
153153
dependencies: dist/*.whl
@@ -188,7 +188,7 @@ jobs:
188188
submodules: true
189189

190190
- name: Setup Python
191-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
191+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
192192
with:
193193
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
194194
dependencies: .[dev-mkdocs]
@@ -228,7 +228,7 @@ jobs:
228228
submodules: true
229229

230230
- name: Setup Python
231-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
231+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
232232
with:
233233
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
234234
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)