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