From c2e6c3d09b8eee0772f407796e3a5deb86b7c490 Mon Sep 17 00:00:00 2001 From: x100111010 <167847953+x100111010@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:56:46 +0200 Subject: [PATCH] update actions in deploy actions/checkout@v4 actions/cache@v4 --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ec13f18..79f73d7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: run: git config --global core.autocrlf false - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Protoc uses: arduino/setup-protoc@v3 @@ -30,7 +30,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -113,7 +113,7 @@ jobs: name: Building WASM32 SDK steps: - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Protoc uses: arduino/setup-protoc@v3 @@ -162,7 +162,7 @@ jobs: run: npm install --global typedoc typescript - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/