Skip to content

Commit 9bb43b8

Browse files
authored
Update EOL GitHub Actions dependencies (#67)
1 parent be68852 commit 9bb43b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
timeout-minutes: 5
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Set up Python 3.9
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: 3.9
2424
- name: Install dependencies

0 commit comments

Comments
 (0)