Skip to content

Commit 4b32a07

Browse files
Merge pull request #178 from frequenz-floss/dependabot/github_actions/compatible-e127008004
Bump the compatible group across 1 directory with 3 updates
2 parents 1e59b3d + 98cabca commit 4b32a07

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 2 additions & 2 deletions
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.1.0
46+
uses: frequenz-floss/gh-action-nox@v1.1.1
4747
with:
4848
python-version: "3.11"
4949
nox-session: ci_checks_max
@@ -61,7 +61,7 @@ jobs:
6161
submodules: true
6262

6363
- name: Setup Python
64-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
64+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
6565
with:
6666
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
6767
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Run nox
72-
uses: frequenz-floss/gh-action-nox@v1.1.0
72+
uses: frequenz-floss/gh-action-nox@v1.1.1
7373
with:
7474
python-version: ${{ matrix.python }}
7575
nox-session: ${{ matrix.nox-session }}
@@ -108,7 +108,7 @@ jobs:
108108
submodules: true
109109

110110
- name: Setup Python
111-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
111+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
112112
with:
113113
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
114114
dependencies: build
@@ -165,7 +165,7 @@ jobs:
165165
> pyproject.toml
166166
167167
- name: Setup Python
168-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
168+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
169169
with:
170170
python-version: ${{ matrix.python }}
171171
dependencies: dist/*.whl
@@ -204,7 +204,7 @@ jobs:
204204
submodules: true
205205

206206
- name: Setup Python
207-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
207+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
208208
with:
209209
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
210210
dependencies: .[dev-mkdocs]
@@ -240,7 +240,7 @@ jobs:
240240
submodules: true
241241

242242
- name: Setup Python
243-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1
243+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
244244
with:
245245
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
246246
dependencies: .[dev-mkdocs]

.github/workflows/repo-config-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
app-id: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_ID }}
4848
private-key: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }}
4949
- name: Migrate
50-
uses: frequenz-floss/gh-action-dependabot-migrate@07dc7e74726498c50726a80cc2167a04d896508f # v1.0.0
50+
uses: frequenz-floss/gh-action-dependabot-migrate@b389f72f9282346920150a67495efbae450ac07b # v1.1.0
5151
with:
5252
script-url-template: >-
5353
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/{version}/cookiecutter/migrate.py

0 commit comments

Comments
 (0)