Skip to content

Commit 2bef4fb

Browse files
chore(deps): bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.2.0` | `8.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5` | `6` | | [github/issue-metrics](https://github.com/github/issue-metrics) | `3` | `4` | | [j178/prek-action](https://github.com/j178/prek-action) | `1` | `2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | Updates `astral-sh/setup-uv` from 7.2.0 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@61cb8a9...cec2083) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v5...v6) Updates `github/issue-metrics` from 3 to 4 - [Release notes](https://github.com/github/issue-metrics/releases) - [Commits](github-community-projects/issue-metrics@v3...v4) Updates `j178/prek-action` from 1 to 2 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@v1...v2) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/issue-metrics dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: j178/prek-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9b534a commit 2bef4fb

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/check_changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
19+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2020

2121
- name: Check changelog entries
2222
run: uv run --no-sync python ci/check_changelog_entries.py

.github/workflows/gpu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
hatch env run --env gputest.py${{ matrix.python-version }} run-coverage
7070
7171
- name: Upload coverage
72-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
72+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
flags: gpu

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
7979

8080
- name: Upload coverage
81-
uses: codecov/codecov-action@v5
81+
uses: codecov/codecov-action@v6
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
flags: tests

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3030
3131
- name: Run issue-metrics tool
32-
uses: github/issue-metrics@v3
32+
uses: github/issue-metrics@v4
3333
env:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
SEARCH_QUERY: 'repo:zarr-developers/zarr-python is:issue created:${{ env.last_month }} -reason:"not planned"'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: j178/prek-action@v1
23+
- uses: j178/prek-action@v2

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: [build_artifacts]
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/download-artifact@v7
51+
- uses: actions/download-artifact@v8
5252
with:
5353
name: releases
5454
path: dist
@@ -70,7 +70,7 @@ jobs:
7070
attestations: write
7171
artifact-metadata: write
7272
steps:
73-
- uses: actions/download-artifact@v7
73+
- uses: actions/download-artifact@v8
7474
with:
7575
name: releases
7676
path: dist

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.dependency-set }} run-coverage
6969
- name: Upload coverage
7070
if: ${{ matrix.dependency-set == 'optional' && matrix.os == 'ubuntu-latest' }}
71-
uses: codecov/codecov-action@v5
71+
uses: codecov/codecov-action@v6
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
flags: tests
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
hatch env run --env ${{ matrix.dependency-set }} run-coverage
110110
- name: Upload coverage
111-
uses: codecov/codecov-action@v5
111+
uses: codecov/codecov-action@v6
112112
with:
113113
token: ${{ secrets.CODECOV_TOKEN }}
114114
flags: tests

0 commit comments

Comments
 (0)