Skip to content

Commit 7a9d473

Browse files
authored
Merge pull request #86 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 d61872e + c270d8e commit 7a9d473

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)