Skip to content

Commit 25646bd

Browse files
andsteingcopybara-github
authored andcommitted
Bumps versions python-publish action.
This action has been failing due to old versions: https://github.com/google/CommonLoopUtils/actions/runs/4796944293 Updating versions as proposed in: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries PiperOrigin-RevId: 526955259
1 parent 79e54d5 commit 25646bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: '3.x'
2121
- name: Install dependencies

0 commit comments

Comments
 (0)