1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest]
15- python-version : ["3.11 "]
15+ python-version : ["3.12 "]
1616 runs-on : ${{ matrix.os }}
1717 env :
1818 TZ : " Asia/Tokyo"
@@ -23,16 +23,16 @@ jobs:
2323 id : is_main
2424 shell : bash
2525 run : |
26- if [ "${{ github.ref }}" = "refs/heads/main" ] && [ "${{ matrix.python-version }}" = "3.11 " ];then
26+ if [ "${{ github.ref }}" = "refs/heads/main" ] && [ "${{ matrix.python-version }}" = "3.12 " ];then
2727 echo "flag=1" >> $GITHUB_OUTPUT
2828 else
2929 echo "flag=0" >> $GITHUB_OUTPUT
3030 fi
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 with :
3333 persist-credentials : false
3434 fetch-depth : 0
35- - uses : actions/setup-python@v4
35+ - uses : actions/setup-python@v5
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 - name : Install FFmpeg
9696 strategy :
9797 matrix :
9898 os : [macos-12]
99- python-version : ['3.11 ']
99+ python-version : ['3.12 ']
100100 runs-on : ${{ matrix.os }}
101101 needs : [test_and_deploy_ubuntu]
102102 env :
@@ -108,16 +108,16 @@ jobs:
108108 id : is_main
109109 shell : bash
110110 run : |
111- if [ "${{ github.ref }}" = "refs/heads/main" ] && [ "${{ matrix.python-version }}" = "3.11 " ];then
111+ if [ "${{ github.ref }}" = "refs/heads/main" ] && [ "${{ matrix.python-version }}" = "3.12 " ];then
112112 echo "flag=1" >> $GITHUB_OUTPUT
113113 else
114114 echo "flag=0" >> $GITHUB_OUTPUT
115115 fi
116- - uses : actions/checkout@v3
116+ - uses : actions/checkout@v4
117117 with :
118118 persist-credentials : false
119119 fetch-depth : 0
120- - uses : actions/setup-python@v4
120+ - uses : actions/setup-python@v5
121121 with :
122122 python-version : ${{ matrix.python-version }}
123123 - name : Install FFmpeg
0 commit comments