Skip to content

Commit

Permalink
chore: update dependencies and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Feb 15, 2025
1 parent 3986d76 commit 3cb1172
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap-poetry/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ outputs:
runs:
using: composite
steps:
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
id: setup-python
if: inputs.python-version != 'default'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
)
)
steps:
- uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ secrets.POETRY_TOKEN_APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- run: pipx run build

- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: distfiles
path: dist/
Expand Down Expand Up @@ -60,6 +60,6 @@ jobs:
name: distfiles
path: dist/

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

0 comments on commit 3cb1172

Please # to comment.