Skip to content

Commit 8adcf0a

Browse files
authored
chore(deps): bump frequenz-floss/gh-action-nox from 1.0.0 to 1.0.1 (#167)
Bumps [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox) from 1.0.0 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/frequenz-floss/gh-action-nox/releases">frequenz-floss/gh-action-nox's releases</a>.</em></p> <blockquote> <h2>v1.0.1</h2> <p>Updated dependencies.</p> </blockquote> </details> <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 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 b126399 + 4e61627 commit 8adcf0a

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
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Run nox
20-
uses: frequenz-floss/[email protected].0
20+
uses: frequenz-floss/[email protected].1
2121
with:
2222
python-version: "3.11"
2323
nox-session: ci_checks_max

.github/workflows/ci.yaml

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

4646
steps:
4747
- name: Run nox
48-
uses: frequenz-floss/[email protected].0
48+
uses: frequenz-floss/[email protected].1
4949
with:
5050
python-version: ${{ matrix.python }}
5151
nox-session: ${{ matrix.nox-session }}

0 commit comments

Comments
 (0)