Skip to content

Commit

Permalink
Revert "update actions in deploy"
Browse files Browse the repository at this point in the history
This reverts commit c2e6c3d.
  • Loading branch information
x100111010 committed Aug 24, 2024
1 parent b9b2f83 commit d3df174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: git config --global core.autocrlf false

- name: Checkout sources
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand All @@ -30,7 +30,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
name: Building WASM32 SDK
steps:
- name: Checkout sources
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
run: npm install --global typedoc typescript

- name: Cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit d3df174

Please sign in to comment.