Skip to content

Commit 2b39be8

Browse files
authored
Bump GitHub Actions and fix PyPy issue link (#176)
1 parent d88668c commit 2b39be8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- "pypy3.11"
4646

4747
# Old PyPy versions
48-
# See https://foss.heptapod.net/pypy/pypy/-/issues/3991
48+
# See https://github.com/pypy/pypy/issues/3990
4949
- "pypy3.6-v7.3.2"
5050
- "pypy3.7-v7.3.2"
5151

@@ -109,10 +109,10 @@ jobs:
109109

110110
steps:
111111
# https://github.com/actions/checkout
112-
- uses: actions/checkout@v4
112+
- uses: actions/checkout@v7
113113
- name: Setup Python
114114
# https://github.com/actions/setup-python
115-
uses: actions/setup-python@v5
115+
uses: actions/setup-python@v7
116116
with:
117117
python-version: ${{ matrix.python }}
118118
allow-prereleases: true

0 commit comments

Comments
 (0)