Skip to content

Commit dd7f046

Browse files
chore(deps): bump frequenz-floss/gh-action-nox from 1.0.1 to 1.1.0 (#226)
Bumps [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox) from 1.0.1 to 1.1.0. <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.1.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/11">frequenz-floss/gh-action-nox#11</a></li> <li>Bump actions/labeler from 5.0.0 to 6.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/12">frequenz-floss/gh-action-nox#12</a></li> <li>Use the powershell activate script on windows by <a href="https://github.com/shsms"><code>@​shsms</code></a> in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/13">frequenz-floss/gh-action-nox#13</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/shsms"><code>@​shsms</code></a> made their first contribution in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/13">frequenz-floss/gh-action-nox#13</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/gh-action-nox/compare/v1.0.1...v1.1.0">https://github.com/frequenz-floss/gh-action-nox/compare/v1.0.1...v1.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/e1351cf45e05e85afc1c79ab883e06322892d34c"><code>e1351cf</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/13">#13</a> from shsms/windows-support</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/1366d059931421c131454cea50dafc553c1e8192"><code>1366d05</code></a> Use the powershell activate script on windows</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/4360987ce04f04d70101beeda610175299d2c97c"><code>4360987</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/12">#12</a> from frequenz-floss/dependabot/github_actions/actions/...</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/0375e55ffd1dab2f26eb1f7d244d29f2b33d3e5c"><code>0375e55</code></a> Bump actions/labeler from 5.0.0 to 6.0.1</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/839cd720b80b7f60c97cbd3b2ce28c7f57edec27"><code>839cd72</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/11">#11</a> from frequenz-floss/dependabot/github_actions/actions/...</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/8fa2c2ee28fc1e84ec5066406447c613e26cce70"><code>8fa2c2e</code></a> Bump actions/checkout from 4 to 5</li> <li>See full diff in <a href="https://github.com/frequenz-floss/gh-action-nox/compare/v1.0.1...v1.1.0">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.1&new-version=1.1.0)](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 0975f05 + f9fc197 commit dd7f046

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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/gh-action-nox@v1.0.1
20+
uses: frequenz-floss/gh-action-nox@v1.1.0
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/gh-action-nox@v1.0.1
48+
uses: frequenz-floss/gh-action-nox@v1.1.0
4949
with:
5050
python-version: ${{ matrix.python }}
5151
nox-session: ${{ matrix.nox-session }}

0 commit comments

Comments
 (0)