Skip to content

Commit f06922b

Browse files
Build(deps): Bump frequenz-floss/gh-action-nox in the compatible group
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.1 to 1.1.0 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](frequenz-floss/gh-action-nox@v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 347f4e1 commit f06922b

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/gh-action-nox@v1.0.1
46+
uses: frequenz-floss/gh-action-nox@v1.1.0
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/gh-action-nox@v1.0.1
74+
uses: frequenz-floss/gh-action-nox@v1.1.0
7575
with:
7676
python-version: ${{ matrix.python }}
7777
nox-session: ${{ matrix.nox-session }}

0 commit comments

Comments
 (0)