Skip to content

Commit f02ef46

Browse files
Update github-actions
1 parent eac7c32 commit f02ef46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prek-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run prek update
1616
run: pixi run -e lint prek update
1717
- name: Create pull request
18-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
18+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
1919
with:
2020
commit-message: "chore: prek update"
2121
title: "chore: update pre-commit hooks"

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build package
2525
run: python -m build
2626
- name: Publish package
27-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
27+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)