Skip to content

Commit 05d87f4

Browse files
committed
Bump GitHub Actions
1 parent ee8d315 commit 05d87f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)