File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - name : install cairo
1616 run : sudo apt-get update && sudo apt-get install -y libcairo2-dev
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
2020 - uses : wagoid/commitlint-github-action@v6
2424
2525 steps :
2626 - name : Clone repo
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 - name : Set up Python
2929 uses : actions/setup-python@v6
3030 with :
4848
4949 steps :
5050 - name : Clone repo
51- uses : actions/checkout@v6
51+ uses : actions/checkout@v7
5252 - name : Set up Python
5353 uses : actions/setup-python@v6
5454 with :
7272
7373 steps :
7474 - name : Clone repo
75- uses : actions/checkout@v6
75+ uses : actions/checkout@v7
7676 - name : Set up Python
7777 uses : actions/setup-python@v6
7878 with :
@@ -101,7 +101,7 @@ jobs:
101101
102102 steps :
103103 - name : Clone repo
104- uses : actions/checkout@v6
104+ uses : actions/checkout@v7
105105 - name : Set up Python ${{ matrix.python-version }}
106106 uses : actions/setup-python@v6
107107 with :
@@ -142,7 +142,7 @@ jobs:
142142 app_id : ${{ secrets.RELEASE_APP_ID }}
143143 private_key : ${{ secrets.RELEASE_PRIVATE_KEY }}
144144 - name : Checkout
145- uses : actions/checkout@v6
145+ uses : actions/checkout@v7
146146 with :
147147 fetch-depth : 0
148148 token : ${{ steps.generate_token.outputs.token }}
You can’t perform that action at this time.
0 commit comments