Skip to content

Commit a405287

Browse files
authored
chore(deps): bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.0 to 1.0.1 (#168)
Bumps [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps) from 1.0.0 to 1.0.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/855bbdcb0f84c85db27c4f903a6ecc8abb5f2b8e"><code>855bbdc</code></a> Bump actions/setup-python from 5.5.0 to 5.6.0 (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/14">#14</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/d5fe7a7722e58c0d3a570c1842825bc227949f2b"><code>d5fe7a7</code></a> Bump actions/setup-python from 5.5.0 to 5.6.0</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/3fd3541182397c8c5dc57a203dd1979e180d632d"><code>3fd3541</code></a> Bump actions/setup-python from 5.4.0 to 5.5.0 (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/13">#13</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/cf102bb54f091ee77573b35149f9c831261a9cc9"><code>cf102bb</code></a> Bump actions/setup-python from 5.4.0 to 5.5.0</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/dfb087e73a2a380a5d70d93964306ce66ecd4d51"><code>dfb087e</code></a> Bump actions/setup-python from 5.3.0 to 5.4.0 (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/12">#12</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/8922401f4f3bb9628ebc171db8148ef63994f3ef"><code>8922401</code></a> Bump actions/setup-python from 5.3.0 to 5.4.0</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/21a0ca370bea0c3cc3711aa0cd0283ba31b9f24d"><code>21a0ca3</code></a> Bump actions/setup-python from 5.2.0 to 5.3.0 (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/11">#11</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/e012968e488ed1886cc0f7bad9d3e07bfe44f816"><code>e012968</code></a> Bump actions/setup-python from 5.2.0 to 5.3.0</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/c29449066f6be089ffa70414a6e3e8e01c23cb0b"><code>c294490</code></a> Bump actions/setup-python from 5.1.1 to 5.2.0 (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/10">#10</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/7625be0bea332074ba96b779ce062317338bccab"><code>7625be0</code></a> Bump actions/setup-python from 5.1.1 to 5.2.0</li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.0...v1.0.1">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.0&new-version=1.0.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 8adcf0a + b848cfa commit a405287

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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/[email protected].0
38+
uses: frequenz-floss/[email protected].1
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/[email protected].0
87+
uses: frequenz-floss/[email protected].1
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/[email protected].0
146+
uses: frequenz-floss/[email protected].1
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/[email protected].0
185+
uses: frequenz-floss/[email protected].1
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/[email protected].0
221+
uses: frequenz-floss/[email protected].1
222222
with:
223223
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
224224
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)