Skip to content

Commit 714ff33

Browse files
authored
Upgrade GitHub Actions to latest versions (#2194)
1 parent 0ac51e2 commit 714ff33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Build package
3232
run: uv build
3333
- name: Publish to PyPI
34-
uses: pypa/gh-action-pypi-publish@release/v1
34+
uses: pypa/gh-action-pypi-publish@v1

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Create Pull Request
6565
if: steps.commit.outputs.committed == 'true'
66-
uses: peter-evans/create-pull-request@v6
66+
uses: peter-evans/create-pull-request@v8
6767
with:
6868
commit-message: "Update all translated document pages"
6969
title: "Update all translated document pages"

0 commit comments

Comments
 (0)