Skip to content

Commit ec3eee9

Browse files
chore(deps): update github actions
1 parent 4019221 commit ec3eee9

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
18-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
18+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1919
with:
2020
python-version: 3.x
2121
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -26,7 +26,7 @@ jobs:
2626
name: Lint Commit Messages
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030
with:
3131
fetch-depth: 0
3232
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
@@ -47,18 +47,18 @@ jobs:
4747
- macOS-latest
4848
runs-on: ${{ matrix.os }}
4949
steps:
50-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
51-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
50+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
51+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
5252
id: setup-python
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
allow-prereleases: true
56-
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
56+
- uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
5757
- run: uv sync --no-python-downloads
5858
shell: bash
5959
- run: uv run pytest
6060
shell: bash
61-
- uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5
61+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464

@@ -77,7 +77,7 @@ jobs:
7777
contents: write
7878

7979
steps:
80-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
80+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8181
with:
8282
fetch-depth: 0
8383
ref: ${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103103
github_token: ${{ secrets.GITHUB_TOKEN }}
104104

105105
- name: Attest build provenance
106-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
106+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4
107107
if: steps.release.outputs.released == 'true'
108108
with:
109109
subject-path: "dist/*"

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
labels:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
- name: Set up Python
16-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
16+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1717
with:
1818
python-version: 3.x
1919
- name: Install labels

0 commit comments

Comments
 (0)