Skip to content

Commit dc271c8

Browse files
Build(deps): Bump the compatible group with 6 updates
Bumps the compatible group with 6 updates: | Package | From | To | | --- | --- | --- | | [frequenz-floss/gh-action-dependabot-migrate](https://github.com/frequenz-floss/gh-action-dependabot-migrate) | `1.0.0` | `1.2.1` | | [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox) | `1.1.0` | `1.1.1` | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.13.0` | `1.14.0` | | [actions/labeler](https://github.com/actions/labeler) | `6.0.1` | `6.1.0` | Updates `frequenz-floss/gh-action-dependabot-migrate` from 1.0.0 to 1.2.1 - [Release notes](https://github.com/frequenz-floss/gh-action-dependabot-migrate/releases) - [Commits](frequenz-floss/gh-action-dependabot-migrate@v1.0.0...eb100d3) Updates `frequenz-floss/gh-action-nox` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](frequenz-floss/gh-action-nox@e1351cf...80a9845) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210) Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@634933e...f27b608) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-dependabot-migrate dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6461932 commit dc271c8

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/black-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Read/update pull request metadata and labels.
6767
permission-pull-requests: write
6868
- name: Migrate
69-
uses: frequenz-floss/gh-action-dependabot-migrate@b389f72f9282346920150a67495efbae450ac07b # v1.1.0
69+
uses: frequenz-floss/gh-action-dependabot-migrate@eb100d3cf732b4808a7776eee8f303521efd494b # v1.2.1
7070
with:
7171
migration-script: |
7272
import os

.github/workflows/ci-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Run nox
24-
uses: frequenz-floss/gh-action-nox@e1351cf45e05e85afc1c79ab883e06322892d34c # v1.1.0
24+
uses: frequenz-floss/gh-action-nox@80a9845a59ffc71d27b9c41099eb6cb55bc7b671 # v1.1.1
2525
with:
2626
python-version: "3.11"
2727
nox-session: ci_checks_max
@@ -34,7 +34,7 @@ jobs:
3434
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
3535

3636
- name: Fetch sources
37-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838
with:
3939
submodules: true
4040

@@ -55,7 +55,7 @@ jobs:
5555
python -I "$(command -v mike)" set-default "$MIKE_VERSION"
5656
5757
- name: Upload site
58-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
58+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5959
with:
6060
name: docs-site
6161
path: site/

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Run nox
50-
uses: frequenz-floss/gh-action-nox@e1351cf45e05e85afc1c79ab883e06322892d34c # v1.1.0
50+
uses: frequenz-floss/gh-action-nox@80a9845a59ffc71d27b9c41099eb6cb55bc7b671 # v1.1.1
5151
with:
5252
python-version: ${{ matrix.python }}
5353
nox-session: ${{ matrix.nox-session }}
@@ -83,7 +83,7 @@ jobs:
8383
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
8484

8585
- name: Fetch sources
86-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
86+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8787
with:
8888
submodules: true
8989

@@ -97,7 +97,7 @@ jobs:
9797
run: python -Im build
9898

9999
- name: Upload distribution files
100-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
100+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101101
with:
102102
name: dist-packages
103103
path: dist/
@@ -181,7 +181,7 @@ jobs:
181181
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
182182

183183
- name: Fetch sources
184-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
184+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
185185
with:
186186
submodules: true
187187

@@ -202,7 +202,7 @@ jobs:
202202
python -I "$(command -v mike)" set-default "$MIKE_VERSION"
203203
204204
- name: Upload site
205-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
205+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
206206
with:
207207
name: docs-site
208208
path: site/
@@ -221,7 +221,7 @@ jobs:
221221
uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
222222

223223
- name: Fetch sources
224-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
224+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
225225
with:
226226
submodules: true
227227

@@ -347,4 +347,4 @@ jobs:
347347
path: dist
348348

349349
- name: Publish the Python distribution to PyPI
350-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
350+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# only use hashes to pick the action to execute (instead of tags or branches).
2121
# For more details read:
2222
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
23-
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # 6.0.1
23+
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # 6.1.0
2424
with:
2525
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2626
dot: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Allow pushes when migration changes workflow files.
5959
permission-workflows: write
6060
- name: Migrate
61-
uses: frequenz-floss/gh-action-dependabot-migrate@07dc7e74726498c50726a80cc2167a04d896508f # v1.0.0
61+
uses: frequenz-floss/gh-action-dependabot-migrate@eb100d3cf732b4808a7776eee8f303521efd494b # v1.2.1
6262
with:
6363
script-url-template: >-
6464
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/{version}/cookiecutter/migrate.py

0 commit comments

Comments
 (0)