Skip to content

Commit d6465fa

Browse files
chore(deps): bump the github-actions group with 5 updates (#2736)
1 parent 3c668f6 commit d6465fa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lock:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
20+
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
2121
with:
2222
issue-inactive-days: 14
2323
pr-inactive-days: 14

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
artifact-id: ${{ steps.upload-artifact.outputs.artifact-id }}
1010
steps:
1111
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
12+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
1313
with:
1414
enable-cache: true
1515
prune-cache: false
@@ -20,7 +20,7 @@ jobs:
2020
python-version-file: pyproject.toml
2121
- run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
2222
- run: uv build
23-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
23+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2424
id: upload-artifact
2525
with:
2626
name: dist
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
contents: write
3434
steps:
35-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
35+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3636
with:
3737
artifact-ids: ${{ needs.build.outputs.artifact-id }}
3838
path: dist/
@@ -49,7 +49,7 @@ jobs:
4949
permissions:
5050
id-token: write
5151
steps:
52-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
52+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
5353
with:
5454
artifact-ids: ${{ needs.build.outputs.artifact-id }}
5555
path: dist/

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- 10000:10000
6363
steps:
6464
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
65-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
65+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
6666
with:
6767
enable-cache: true
6868
prune-cache: false
@@ -92,7 +92,7 @@ jobs:
9292
tox: ['docs', 'typing', 'style']
9393
steps:
9494
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
95-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
95+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
9696
with:
9797
enable-cache: true
9898
prune-cache: false
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
python-version-file: pyproject.toml
104104
- name: cache mypy
105-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
105+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
106106
with:
107107
path: ./.mypy_cache
108108
key: mypy|${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)