This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +561
-9
lines changed
Expand file tree Collapse file tree 5 files changed +561
-9
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
1313 steps :
1414 - name : setup python
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : 3.7
1818 - name : checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 - name : setup node
2121 uses : actions/setup-node@v4
2222 with :
@@ -42,11 +42,11 @@ jobs:
4242 APPLE_PASSWORD : ${{ secrets.APPLE_PASSWORD }}
4343 steps :
4444 - name : setup python
45- uses : actions/setup-python@v2
45+ uses : actions/setup-python@v5
4646 with :
4747 python-version : 3.7
4848 - name : checkout
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v4
5050 - name : setup node
5151 uses : actions/setup-node@v4
5252 with :
@@ -65,11 +65,11 @@ jobs:
6565 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6666 steps :
6767 - name : setup python
68- uses : actions/setup-python@v2
68+ uses : actions/setup-python@v5
6969 with :
7070 python-version : 3.7
7171 - name : checkout
72- uses : actions/checkout@v3
72+ uses : actions/checkout@v4
7373 - name : setup node
7474 uses : actions/setup-node@v4
7575 with :
You can’t perform that action at this time.
0 commit comments