Skip to content

Commit 0eabe58

Browse files
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.0 to 1.0.1 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](frequenz-floss/gh-action-nox@v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4083f4a commit 0eabe58

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)