File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-24.04
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Python
2424 uses : actions/setup-python@v5
4545 PYAV_LIBRARY : ffmpeg-${{ matrix.config.ffmpeg }}
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 name : Checkout
5050
5151 - name : Python ${{ matrix.config.python }}
@@ -126,7 +126,7 @@ jobs:
126126
127127 steps :
128128 - name : Checkout
129- uses : actions/checkout@v4
129+ uses : actions/checkout@v6
130130
131131 - name : Set up Conda
132132 shell : bash
Original file line number Diff line number Diff line change 77 package-source :
88 runs-on : ubuntu-24.04
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - uses : actions/setup-python@v5
1212 with :
1313 python-version : " 3.13"
3939 - os : windows-latest
4040 arch : AMD64
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-python@v5
4444 with :
4545 python-version : " 3.13"
7979 runs-on : ubuntu-latest
8080 needs : [package-source, package-wheel]
8181 steps :
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v6
8383 - uses : actions/download-artifact@v4
8484 with :
8585 merge-multiple : true
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ zip-safe = false
4040version = {attr = " av.about.__version__" }
4141
4242[project .urls ]
43- "Bug Tracker" = " https://github.com/PyAV-Org/PyAV/discussions/new?category=4-bugs "
43+ "Bug Tracker" = " https://github.com/PyAV-Org/PyAV/issues "
4444"Source Code" = " https://github.com/PyAV-Org/PyAV"
4545homepage = " https://pyav.basswood-io.com"
4646
You can’t perform that action at this time.
0 commit comments