Skip to content

Commit

Permalink
deno pin for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Aug 11, 2023
1 parent 13a5853 commit 28fd68c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions actions/bottle/bottle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
tukaani.org/xz: ^5
zlib.net: 1
gnupg.org: ^2
deno.land: '>=1.32<1.36.1'
args:
- deno
- run
Expand Down
2 changes: 2 additions & 0 deletions actions/fetch-pr-artifacts/fetch-pr-artifacts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env tea

/*---
dependencies:
deno.land: '>=1.32<1.36.1'
args:
- deno
- run
Expand Down
2 changes: 2 additions & 0 deletions actions/get-platform/get-platform.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env tea

/*---
dependencies:
deno.land: '>=1.32<1.36.1'
args:
- deno
- run
Expand Down
2 changes: 2 additions & 0 deletions actions/has-artifacts/has-artifacts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env tea

/*---
dependencies:
deno.land: '>=1.32<1.36.1'
args:
- deno
- run
Expand Down
2 changes: 2 additions & 0 deletions actions/stage-build-artifacts/cache-artifacts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env tea

/*---
dependencies:
deno.land: '>=1.32<1.36.1'
args:
- deno
- run
Expand Down
1 change: 1 addition & 0 deletions actions/upload/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ args:
- --allow-run=aws
dependencies:
aws.amazon.com/cli: ^2
deno.land: '>=1.32<1.36.1'
---*/

import { Package, PackageRequirement, SemVer, Path, semver, hooks, utils } from "tea"
Expand Down

0 comments on commit 28fd68c

Please sign in to comment.