Skip to content

Commit 2a944fe

Browse files
Bump the actions group with 2 updates (#348)
Bumps the actions group with 2 updates: [j178/prek-action](https://github.com/j178/prek-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `j178/prek-action` from 2.0.4 to 2.0.6 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@v2.0.4...v2.0.6) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48b3681 commit 2a944fe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- uses: actions/checkout@v7
1818
with:
1919
persist-credentials: false
20-
- uses: j178/prek-action@v2.0.4
20+
- uses: j178/prek-action@v2.0.6

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v7
2121
with:
2222
persist-credentials: false
23-
- uses: actions/setup-python@v6
23+
- uses: actions/setup-python@v7
2424
with:
2525
python-version: "3.13"
2626

@@ -63,7 +63,7 @@ jobs:
6363
persist-credentials: false
6464

6565
- name: Set up Python ${{ matrix.python-version }}
66-
uses: actions/setup-python@v6
66+
uses: actions/setup-python@v7
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
allow-prereleases: true

0 commit comments

Comments
 (0)