Skip to content

Commit 4d0cb0d

Browse files
Bump frequenz-floss/gh-action-setup-python-with-deps
Bumps the compatible group with 1 update: [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps). Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases) - [Commits](frequenz-floss/gh-action-setup-python-with-deps@b5707ff...dca2997) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-setup-python-with-deps dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 619a066 commit 4d0cb0d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
submodules: true
6666

6767
- name: Setup Python
68-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
68+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
6969
with:
7070
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
7171
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
submodules: true
115115

116116
- name: Setup Python
117-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
117+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
118118
with:
119119
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
120120
dependencies: build
@@ -171,7 +171,7 @@ jobs:
171171
> pyproject.toml
172172
173173
- name: Setup Python
174-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
174+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
175175
with:
176176
python-version: ${{ matrix.python }}
177177
dependencies: dist/*.whl
@@ -212,7 +212,7 @@ jobs:
212212
submodules: true
213213

214214
- name: Setup Python
215-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
215+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
216216
with:
217217
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
218218
dependencies: .[dev-mkdocs]
@@ -252,7 +252,7 @@ jobs:
252252
submodules: true
253253

254254
- name: Setup Python
255-
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
255+
uses: frequenz-floss/gh-action-setup-python-with-deps@dca2997db8e2eb8e9f09c96bfcf9157ae5a6ff1f # v1.0.5
256256
with:
257257
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
258258
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)