Skip to content

Commit 05891a5

Browse files
committed
ci: pin valid node24-ready action tags
1 parent eb9db17 commit 05891a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
uses: actions/checkout@v6.0.2
4040

4141
- name: Setup Python
42-
uses: actions/setup-python@v7.0.0
42+
uses: actions/setup-python@v6.2.0
4343
with:
4444
python-version: "3.11"
4545

4646
- name: Setup uv
47-
uses: astral-sh/setup-uv@v8.0.1
47+
uses: astral-sh/setup-uv@v7.6.0
4848

4949
- name: Sync dependencies
5050
run: uv sync --group dev
@@ -53,7 +53,7 @@ jobs:
5353
run: uv run python scripts/build_binary_release.py --target "${{ matrix.target }}" --validate
5454

5555
- name: Upload release artifact
56-
uses: actions/upload-artifact@v7.6.0
56+
uses: actions/upload-artifact@v7.0.0
5757
with:
5858
name: ${{ matrix.target }}
5959
path: |
@@ -77,7 +77,7 @@ jobs:
7777
path: release_artifacts
7878

7979
- name: Setup Python
80-
uses: actions/setup-python@v7.0.0
80+
uses: actions/setup-python@v6.2.0
8181
with:
8282
python-version: "3.11"
8383

0 commit comments

Comments
 (0)