Skip to content

Commit 9f0f411

Browse files
authored
Merge pull request #82 from sourcebots/ci-update
Update CI versions
2 parents 0c0ac30 + dbe5bab commit 9f0f411

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
FLAKE8: venv/bin/flake8
1010
MYPY: venv/bin/mypy
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up Python 3.8
14-
uses: actions/setup-python@v3
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.8
1717
- name: Set up virtualenv
@@ -31,11 +31,11 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: lint
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
3737
- name: Set up Python 3.8
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: "3.8"
4141
- name: Install dependencies
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
python -m build
4949
- name: Save built package
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: package
5353
path: |

0 commit comments

Comments
 (0)