File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 contents : read
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.10"
2222
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030
3131 - name : Checkout
3232 if : ${{ env.MODAL_TOKEN_ID != '' && env.MODAL_TOKEN_SECRET != '' }}
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Set up Python
3636 if : ${{ env.MODAL_TOKEN_ID != '' && env.MODAL_TOKEN_SECRET != '' }}
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.10"
4040
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333
3434 - name : Checkout
3535 if : ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737
3838 - name : Set up Node.js
3939 if : ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
40- uses : actions/setup-node@v4
40+ uses : actions/setup-node@v6
4141 with :
4242 node-version : " 20"
4343
You can’t perform that action at this time.
0 commit comments