Skip to content

Commit 7953a91

Browse files
authored
Bump frequenz-floss/gh-action-nox from 1.0.0 to 1.0.1 in the compatible group (#389)
Bumps the compatible group with 1 update: [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox). Updates `frequenz-floss/gh-action-nox` from 1.0.0 to 1.0.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/156a815fac26df1cee9ea33229f9fa57a60edc88"><code>156a815</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/10">#10</a> from frequenz-floss/dependabot/github_actions/frequenz...</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/d1cca4217b3d93bcb3430a8b3ade4778e828bc6d"><code>d1cca42</code></a> Bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.0 to 1.0.1</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/b05ad36e38100300908a713fcdb1f7ea2ed5325d"><code>b05ad36</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/4">#4</a> from llucax/labeler</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/a10d2c4119e23f298a8f4175abe385b7491283fe"><code>a10d2c4</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/2">#2</a> from llucax/dependabot</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/7da2f69ce8d509eaafcb087d5c4f0b3e04f9e714"><code>7da2f69</code></a> Add dependabot configuration</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/1084cadd6868b3645cb2f1c566fea8e93311832f"><code>1084cad</code></a> Add labeler config and workflow</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/9ebe4dc6d5ee77fd8bc64dc0584d763ec021afbb"><code>9ebe4dc</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/3">#3</a> from llucax/license</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/37b8f2e91f56b45b7fbbea8dcce9865b03a74ff5"><code>37b8f2e</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/6">#6</a> from llucax/dco</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/fe4aa11243f51bf080c5289b6139f25887012d87"><code>fe4aa11</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/5">#5</a> from llucax/codeowners</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/5c4a463e95e5a4c278b979898ffe20a17572720b"><code>5c4a463</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/7">#7</a> from llucax/editorconfig</li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/gh-action-nox/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-nox&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 <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 4083f4a + 0eabe58 commit 7953a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Run nox
46-
uses: frequenz-floss/[email protected].0
46+
uses: frequenz-floss/[email protected].1
4747
with:
4848
python-version: "3.11"
4949
nox-session: ci_checks_max

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Run nox
74-
uses: frequenz-floss/[email protected].0
74+
uses: frequenz-floss/[email protected].1
7575
with:
7676
python-version: ${{ matrix.python }}
7777
nox-session: ${{ matrix.nox-session }}

0 commit comments

Comments
 (0)