Skip to content

Commit 5bae648

Browse files
authored
Bump Actions' versions (#235)
1 parent 7bfb7ac commit 5bae648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] # , 'pypy3.10'
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
cache: 'pip'

0 commit comments

Comments
 (0)