diff options
author | snek <snek@deno.com> | 2024-07-15 09:56:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 09:56:51 -0700 |
commit | 70a9631696d98c3a1158164c4690d0a1e38c1378 (patch) | |
tree | 81af8b69d5518051aa8f85934b241450b56ca3af /.github | |
parent | 702f7ee89c882f82b2fb649212bd8dbbb4476062 (diff) |
chore: upgrade dependencies (#24565)
rustls + hyper + deno_core
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/ci.generate.ts | 1 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index fcd01ca31..2f7840e71 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -629,6 +629,7 @@ const ci = { path: [ "./target", "!./target/*/gn_out", + "!./target/*/gn_root", "!./target/*/*.zip", "!./target/*/*.tar.gz", ].join("\n"), diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b58aba0c4..d4a7f5627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -377,6 +377,7 @@ jobs: path: |- ./target !./target/*/gn_out + !./target/*/gn_root !./target/*/*.zip !./target/*/*.tar.gz key: never_saved |