Skip to content

Commit 1161aa4

Browse files
authored
Update and pin all GHA actions (#293)
1 parent 26c1244 commit 1161aa4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
runsOn: macos-latest
2525
runs-on: ${{ matrix.runsOn || matrix.os }}
2626
steps:
27-
- uses: astral-sh/setup-uv@v5
27+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
2828
- name: Print build information
2929
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}, python: ${{ matrix.python }}"
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131
with:
3232
submodules: recursive
33-
- uses: actions/setup-python@v5
33+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3434
with:
3535
python-version: ${{ matrix.python }}
3636
- run: uv tool install poethepoet
@@ -56,7 +56,7 @@ jobs:
5656
uv run gevent_async/test/run_combined.py
5757
5858
- name: Upload junit-xml artifacts
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
6060
if: always()
6161
with:
6262
name: junit-xml--${{github.run_id}}--${{github.run_attempt}}--${{ matrix.python }}--${{ matrix.os }}

0 commit comments

Comments
 (0)