From e733a07a5c0848e813a825a885f0c0dc0f04664b Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Fri, 6 Jan 2023 08:46:43 +0200 Subject: [PATCH] Update CI action versions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d494e236..71f4be63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Work around https://github.com/actions/cache/issues/403. - name: Use GNU tar @@ -40,7 +40,7 @@ jobs: - name: Cache artifacts id: cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -59,7 +59,7 @@ jobs: run: cargo fmt -- --check - name: Install emscripten - uses: mymindstorm/setup-emsdk@v10 + uses: mymindstorm/setup-emsdk@v11 with: version: ${{ env.EMSCRIPTEN_VERSION }} @@ -113,11 +113,11 @@ jobs: runs-on: windows-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache artifacts id: cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cargo/registry