Skip to content

Commit 2c80f78

Browse files
committed
ci: update pr
1 parent 1f64771 commit 2c80f78

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111

1212
- name: Restore dependencies
1313
id: yarn-cache
14-
uses: actions/cache/restore@v4.2.4
14+
uses: actions/cache/restore@v4.3.0
1515
with:
1616
path: |
1717
**/node_modules
@@ -28,7 +28,7 @@ runs:
2828

2929
- name: Cache dependencies
3030
if: steps.yarn-cache.outputs.cache-hit != 'true'
31-
uses: actions/cache/save@v4.2.4
31+
uses: actions/cache/save@v4.3.0
3232
with:
3333
path: |
3434
**/node_modules

.github/workflows/deploy_docs.yaml.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
fetch-depth: 0
2929
- name: Setup
3030
uses: ./.github/actions/setup
31-
- name: Install
32-
run: yarn install
3331
- name: Build
3432
run: yarn docs
3533
- name: Setup Pages

.github/workflows/pull_request.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
- name: Generate nitrogen code
6464
run: yarn nitrogen
6565

66-
- name: Install dependencies
67-
run: yarn install
68-
6966
- name: Build docs
7067
run: yarn docs
7168

@@ -95,7 +92,7 @@ jobs:
9592
/bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null"
9693
9794
- name: Cache Gradle
98-
uses: actions/cache@v4.2.4
95+
uses: actions/cache@v4.3.0
9996
with:
10097
path: |
10198
~/.gradle/wrapper

0 commit comments

Comments
 (0)