From e5fc7685070ae2923ec841c4386408c39eed6f07 Mon Sep 17 00:00:00 2001 From: snek Date: Fri, 6 Sep 2024 21:09:04 -0700 Subject: [PATCH] upgrade deprecated workflow actions (#1612) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 549e6a4060..66308ef715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: uses: dsherret/rust-toolchain-file@v1 - name: Install python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11.x architecture: x64 @@ -124,7 +124,7 @@ jobs: run: git submodule status --recursive > git_submodule_status.txt - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: # Note: rusty_v8 targets always get get rebuilt, and their outputs # ('librusty_v8.rlib', the whole 'gn_out' directory, etc.) can be