8000 Upgrade GitHub Actions (#643) · kkroening/ffmpeg-python@ed70f2e · GitHub
[go: up one dir, main page]

Skip to content

Commit ed70f2e

Browse files
authored
Upgrade GitHub Actions (#643)
1 parent fc41f4a commit ed70f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@v1
20+
- uses: actions/checkout@v2
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install ffmpeg

0 commit comments

Comments
 (0)
0