Skip to content

Commit

Permalink
v8 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Feb 17, 2024
1 parent 72b07ab commit 0c71489
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
steps:
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
Expand All @@ -42,11 +42,11 @@ jobs:
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
steps:
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
Expand All @@ -65,11 +65,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
Expand Down
Loading

0 comments on commit 0c71489

Please sign in to comment.