Skip to content

Commit dd8d483

Browse files
Update python-standard.yml
1 parent d0e0a55 commit dd8d483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5.0.0-beta
18+
- uses: actions/checkout@v4
1919
with:
2020
token: ${{ secrets.STANDARDS_TOKEN }}
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5.0.0-beta
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies

0 commit comments

Comments
 (0)