Skip to content

Commit

Permalink
chore: bump actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 22, 2024
1 parent 2658f9e commit b9d16b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- id: cache-key
run: echo "value=dist-${{ hashFiles('src/**/*.ts', 'tsconfig/*.json', '.github/workflows/*.yml', 'package-lock.json') }}" >> $GITHUB_OUTPUT
- name: Cache dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: https://registry.npmjs.org
always-auth: true
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'npm'
- run: npm clean-install
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
check-latest: true
- run: npm clean-install
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand All @@ -85,7 +85,7 @@ jobs:
with:
deno-version: v1.x
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
with:
bun-version: latest
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- run: npm clean-install
- run: npm install --global workerd
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand All @@ -167,7 +167,7 @@ jobs:
cache: 'npm'
- run: npm clean-install
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceAppleEvents','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'com.apple.Safari',X'fade0c000000002c00000001000000060000000200000010636f6d2e6170706c652e53616661726900000003',NULL,1687952810);"
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceScreenCapture','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'UNUSED',NULL,0,1687952810);"
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand All @@ -231,7 +231,7 @@ jobs:
cache: 'npm'
- run: npm clean-install
- name: Load cached dist
uses: actions/cache@v3
uses: actions/cache@v4
id: dist
with:
path: dist
Expand Down

0 comments on commit b9d16b7

Please sign in to comment.