Skip to content

Commit 9142a9f

Browse files
committed
SP-994 Update GitHub Actions
1 parent d41c324 commit 9142a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
python-version: [3.8, 3.9, '3.10', 3.11]
1212

1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-python@v4
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install pipenv

0 commit comments

Comments
 (0)