Skip to content

Commit f4877e5

Browse files
committed
upgrade github actions, pin ubuntu version (as recommended in actions/setup-python issue
1 parent 76ffa15 commit f4877e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111

1212
jobs:
1313
deploy:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up Python 3.7
18-
uses: actions/setup-python@v2
18+
uses: setup-python@v5
1919
with:
2020
python-version: 3.7
2121
- name: Install dependencies

0 commit comments

Comments
 (0)