Skip to content

Commit c270d8e

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.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 d61872e commit c270d8e

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/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)