Skip to content

Commit 187ac13

Browse files
committed
push
1 parent 5c47445 commit 187ac13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push.yaml

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

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.nv.py }}
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.nv.py }}
2424

25-
- uses: FedericoCarboni/setup-ffmpeg@v2
25+
- uses: FedericoCarboni/setup-ffmpeg@v3
2626

2727
- name: Install Dependencies
2828
run: |
@@ -45,10 +45,10 @@ jobs:
4545

4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
- name: Setup Python
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: "3.10"
5454

0 commit comments

Comments
 (0)