Skip to content

Commit 0d2c606

Browse files
authored
chore: update dependencies and actions (#10182)
1 parent 3986d76 commit 0d2c606

File tree

5 files changed

+335
-339
lines changed

5 files changed

+335
-339
lines changed

.github/actions/bootstrap-poetry/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ outputs:
2323
runs:
2424
using: composite
2525
steps:
26-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
26+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2727
id: setup-python
2828
if: inputs.python-version != 'default'
2929
with:

.github/workflows/backport.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
)
2525
)
2626
steps:
27-
- uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
27+
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
2828
id: app-token
2929
with:
3030
app-id: ${{ secrets.POETRY_TOKEN_APP_ID }}

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- run: pipx run build
1919

20-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
20+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
2121
with:
2222
name: distfiles
2323
path: dist/
@@ -60,6 +60,6 @@ jobs:
6060
name: distfiles
6161
path: dist/
6262

63-
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
63+
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
6464
with:
6565
print-hash: true

0 commit comments

Comments
 (0)