Skip to content

Commit bcc9823

Browse files
authored
Merge pull request #147 from frequenz-floss/dependabot/github_actions/compatible-2926156f16
Bump frequenz-floss/gh-action-nox from 1.0.1 to 1.1.0 in the compatible group
2 parents 1a86d3b + ec7b655 commit bcc9823

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)