Skip to content

Commit 0c5604a

Browse files
woodruffwfacutuesca
authored andcommitted
chore(ci): uvx gha-update
Signed-off-by: William Woodruff <[email protected]>
1 parent 53f2cc5 commit 0c5604a

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
persist-credentials: false
2020

21-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
21+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2222
with:
2323
python-version-file: pyproject.toml
2424
cache: "pip"
@@ -33,7 +33,7 @@ jobs:
3333
make doc
3434
3535
- name: upload docs artifact
36-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
36+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
3737
with:
3838
path: ./html/
3939

@@ -49,4 +49,4 @@ jobs:
4949
url: ${{ steps.deployment.outputs.page_url }}
5050
steps:
5151
- id: deployment
52-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
52+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
persist-credentials: false
2121

22-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
22+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2323
with:
2424
python-version-file: pyproject.toml
2525
cache: "pip"

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
name: Build distributions 📦
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
persist-credentials: false
2121

22-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
22+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2323
with:
2424
python-version-file: pyproject.toml
2525
cache: "pip"
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m build
3333

3434
- name: Upload distributions
35-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
35+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3636
with:
3737
name: distributions
3838
path: dist/
@@ -46,12 +46,12 @@ jobs:
4646
attestations: write # to persist the attestation files
4747
steps:
4848
- name: Download distributions
49-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
49+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5050
with:
5151
name: distributions
5252
path: dist/
5353
- name: Create provenances
54-
uses: actions/attest-build-provenance@v2
54+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
5555
with:
5656
subject-path: 'dist/*'
5757

@@ -67,12 +67,12 @@ jobs:
6767

6868
steps:
6969
- name: Download distributions
70-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
70+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7171
with:
7272
name: distributions
7373
path: dist/
7474

7575
- name: publish
76-
uses: pypa/gh-action-pypi-publish@release/v1
76+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
7777
with:
7878
attestations: true

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
permissions:
2626
id-token: write # unit tests use the ambient OIDC credential
2727
steps:
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
with:
3030
persist-credentials: false
3131

32-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
32+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3333
with:
3434
python-version: ${{ matrix.python }}
3535
cache: "pip"
@@ -42,11 +42,11 @@ jobs:
4242
test-offline:
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
with:
4747
persist-credentials: false
4848

49-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
49+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5050
with:
5151
python-version: 3.13
5252
cache: "pip"
@@ -59,4 +59,4 @@ jobs:
5959
- name: run tests offline
6060
run: |
6161
make dev INSTALL_EXTRA=test
62-
firejail --noprofile --net=none --env=TEST_OFFLINE=1 make test-nocoverage
62+
firejail --noprofile --net=none --env=TEST_OFFLINE=1 make test-nocoverage

0 commit comments

Comments
 (0)