8000 Upgrade GitHub Actions again (#679) · nicecoding1/ffmpeg-python@35886c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35886c9

Browse files
authored
Upgrade GitHub Actions again (kkroening#679)
1 parent ef00863 commit 35886c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- "3.9"
1818
- "3.10"
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install ffmpeg
@@ -37,7 +37,7 @@ jobs:
3737
black:
3838
runs-on: ubuntu-20.04
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141
- name: Black
4242
run: |
4343
# TODO: use standard `psf/black` action after dropping Python 2 support.

0 commit comments

Comments
 (0)
0