Skip to content

Commit 19dfb7b

Browse files
authored
Bump default versions to latest (actions#905)
People copy/paste these values all the time... might as well start them off on the right foot with a modern default.
1 parent e9675cc commit 19dfb7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.12'
2525
- run: python my_script.py
2626
```
2727
@@ -31,7 +31,7 @@ steps:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v5
3333
with:
34-
python-version: 'pypy3.9'
34+
python-version: 'pypy3.10'
3535
- run: python my_script.py
3636
```
3737
@@ -41,7 +41,7 @@ steps:
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-python@v5
4343
with:
44-
python-version: 'graalpy-22.3'
44+
python-version: 'graalpy-24.0'
4545
- run: python my_script.py
4646
```
4747
@@ -76,7 +76,7 @@ steps:
7676
- uses: actions/checkout@v4
7777
- uses: actions/setup-python@v5
7878
with:
79-
python-version: '3.9'
79+
python-version: '3.12'
8080
cache: 'pip' # caching pip dependencies
8181
- run: pip install -r requirements.txt
8282
```

0 commit comments

Comments
 (0)