Skip to content

Commit de8af63

Browse files
authored
Update continuous_integration.md to use the current action/cache version. (#1308)
1 parent 0754663 commit de8af63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/reference/continuous_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ env:
151151
152152
steps:
153153
- name: Cache Deno dependencies
154-
uses: actions/cache@v2
154+
uses: actions/cache@v4
155155
with:
156156
path: ${{ env.DENO_DIR }}
157157
key: my_cache_key

0 commit comments

Comments
 (0)