Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Jan 18, 2024
1 parent 7a5226f commit 5882229
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python3 -m pip install requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
python3 -m pip install requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
python3 -m pip install requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
python3 -m pip install requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
python3 -m pip install requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install six requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
python -m pip install six requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
python -m pip install requests
- name: Try to restore update_deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: src/third_party_cache
key: update_deps-${{ runner.os }}-${{ hashFiles('src/build_tools/update_deps.py') }}
Expand Down

0 comments on commit 5882229

Please sign in to comment.