Skip to content

Commit 9d1faf6

Browse files
Bump the compatible group with 2 updates
Bumps the compatible group with 2 updates: [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox) and [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps). 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) Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases) - [Commits](frequenz-floss/gh-action-setup-python-with-deps@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 - dependency-name: frequenz-floss/gh-action-setup-python-with-deps 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 29010a7 commit 9d1faf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Run nox
20-
uses: frequenz-floss/[email protected].0
20+
uses: frequenz-floss/[email protected].1
2121
with:
2222
python-version: "3.11"
2323
nox-session: ci_checks_max
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636

3737
- name: Setup Python
38-
uses: frequenz-floss/[email protected].0
38+
uses: frequenz-floss/[email protected].1
3939
with:
4040
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
4141
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)