mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-20 13:38:28 +02:00
Remove SHA support for now
This commit is contained in:
parent
c9c56206c0
commit
8465b4a4a7
4 changed files with 581 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -32,7 +32,9 @@ jobs:
|
|||
- "1"
|
||||
- "> 1.0.0"
|
||||
- "< 2"
|
||||
- "822a00c4d508b54f650933a73ca5f4a3af9a7983" # 1.0.0 commit
|
||||
# Disable <sha> support for now. This is because Github Artifacts
|
||||
# expire after 90 days, and we don't have another source of truth yet.
|
||||
# - "822a00c4d508b54f650933a73ca5f4a3af9a7983" # 1.0.0 commit
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue