Skip to content

Commit

Permalink
feat: update dependencies, node
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Oct 29, 2022
1 parent 0ec953e commit 29cb413
Show file tree
Hide file tree
Showing 507 changed files with 84,420 additions and 61,616 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
### Latest stable

```yaml
- uses: xhyrom/[email protected].7
- uses: xhyrom/[email protected].8
with:
bun-version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -17,7 +17,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
### Specific version
```yaml
- uses: xhyrom/[email protected].7
- uses: xhyrom/[email protected].8
with:
bun-version: "0.1.5"
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -26,7 +26,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
### Canary builds
```yaml
- uses: xhyrom/[email protected].7
- uses: xhyrom/[email protected].8
with:
bun-version: canary
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +35,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
### Custom repository
```yaml
- uses: xhyrom/[email protected].7
- uses: xhyrom/[email protected].8
with:
repository: https://github.com/oven-sh/misc-test-builds
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -44,7 +44,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
### Custom download url
```yaml
- uses: xhyrom/[email protected].7
- uses: xhyrom/[email protected].8
with:
custom-download-url: https://api.github.com/repos/oven-sh/bun/actions/artifacts/311939881/zip # must be github api
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ outputs:
description: "The Bun version that was installed."

runs:
using: "node12"
using: "node16"
main: "dist/index.js"
Binary file modified bun.lockb
Binary file not shown.
13 changes: 9 additions & 4 deletions node_modules/@actions/cache/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion node_modules/@actions/cache/lib/internal/cacheUtils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/cache/lib/internal/cacheUtils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 23 additions & 3 deletions node_modules/@actions/cache/lib/internal/downloadUtils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29cb413

Please sign in to comment.