Skip to content

Commit

Permalink
upgrade deprecated workflow actions (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek authored Sep 7, 2024
1 parent e9f20a2 commit e5fc768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e5fc768

Please sign in to comment.