diff options
| author | Abdul Rauf <abdulraufmujahid@gmail.com> | 2022-11-06 07:56:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 21:26:21 +0530 |
| commit | 23a04b15c1540a1374bf27c46a7d41adcb8feab0 (patch) | |
| tree | 97aab578ff943d233758647f9adc60d3ad2c1f37 /.github/workflows/ci.yml | |
| parent | e7d7da85dff177bbc919cab48643135c68e065bd (diff) | |
chore(ci): update github actions (#16534)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96213ba3a..94669bafd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,12 +94,12 @@ jobs: deno-version: v1.x - name: Install Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 17 @@ -226,7 +226,7 @@ jobs: fi - name: Cache Cargo home - uses: actions/cache@v2 + uses: actions/cache@v3 with: # See https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci path: | |
