Skip to content

Commit 0ab651d

Browse files
committed
Bump setup-python and checkout actions
1 parent 157ea1a commit 0ab651d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1616
steps:
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install ffmpeg
@@ -24,7 +24,7 @@ jobs:
2424
version: "4.4"
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Checkout vitallens-python
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Install vitallens-python and test dependencies
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: windows-latest
5353
steps:
5454
- name: Set up Python 3.10
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: "3.10"
5858
- name: Install ffmpeg
@@ -61,7 +61,7 @@ jobs:
6161
version: "4.4"
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
- name: Checkout vitallens-python
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565
with:
6666
token: ${{ secrets.GITHUB_TOKEN }}
6767
- name: Install vitallens-python and test dependencies

0 commit comments

Comments
 (0)