Merge pull request #2015 from tree-sitter/update-ci-action-versions

Update CI action versions
This commit is contained in:
Andrew Hlynskyi 2023-01-06 10:28:19 +02:00 committed by GitHub
commit 8a888a69fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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