Skip to content

Commit 5447ef9

Browse files
⬆️ Bump the actions group with 2 updates (#57)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e08019c commit 5447ef9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: dprint/check@9cb3a2b17a8e606d37aae341e49df3654933fc23 # v2.3
2929

3030
- name: Install uv
31-
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
31+
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
3232

3333
- name: ruff
3434
run: |
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5959

6060
- name: Install uv
61-
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
61+
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464

@@ -68,7 +68,7 @@ jobs:
6868
pytest --cov --cov-report=xml --cov-report=term --durations=20
6969
7070
- name: Upload coverage report
71-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
71+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474

@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8585

86-
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
86+
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
8787
with:
8888
python-version: "3.11"
8989
activate-environment: true

0 commit comments

Comments
 (0)