Skip to content

Commit 2b48e67

Browse files
committed
ci: use spec8 versioning
1 parent e36b935 commit 2b48e67

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
name: Format
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@v6
27+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
2828

2929
- name: Install the project
3030
run: uv sync --locked --group test
@@ -43,10 +43,10 @@ jobs:
4343
runs-on: [ubuntu-latest, macos-latest, windows-latest]
4444

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4747

4848
- name: Install uv
49-
uses: astral-sh/setup-uv@v6
49+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

@@ -60,7 +60,7 @@ jobs:
6060
src docs tests
6161
6262
- name: Upload coverage report
63-
uses: codecov/codecov-action@v5.4.3
63+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666

@@ -75,10 +75,10 @@ jobs:
7575
runs-on: [ubuntu-latest]
7676

7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7979

8080
- name: Install uv
81-
uses: astral-sh/setup-uv@v6
81+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
- name: Install the project
@@ -91,6 +91,6 @@ jobs:
9191
src docs tests
9292
9393
- name: Upload coverage report
94-
uses: codecov/codecov-action@v5.4.3
94+
uses: codecov/codecov-action@v18283e04ce6e62d37312384ff67231eb8fd56d24
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)