mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
upgrade deprecated workflow actions (#1612)
This commit is contained in:
parent
e9f20a2493
commit
e5fc768507
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue