Skip to content

Commit b72bc5e

Browse files
committed
Bump GitHub Actions
1 parent 583b724 commit b72bc5e

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
@@ -106,10 +106,10 @@ jobs:
106106

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

0 commit comments

Comments
 (0)