Skip to content

Commit

Permalink
fix: broken pipeline for 0.4.4 (#782)
Browse files Browse the repository at this point in the history
Fixes erroneous usage of `setup-deno` which has been replaced by `ghjk`
itself.

#### Migration notes

...

- [ ] The change comes with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
  • Loading branch information
Yohe-Am authored Jul 5, 2024
1 parent ed86551 commit 5a33425
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 135 deletions.
119 changes: 0 additions & 119 deletions .github/workflows/merge.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
fetch-depth: 0
- uses: WyriHaximus/[email protected]
id: latest-tag
- uses: denoland/setup-deno@v1
with:
deno-version: v${{ env.DENO_VERSION }}
- uses: kenji-miyake/setup-git-cliff@v2
- run: |
VERSION=$(ghjk x version-print)
Expand Down Expand Up @@ -161,9 +158,6 @@ jobs:
id: latest-tag
- uses: dsherret/rust-toolchain-file@v1
- uses: mozilla-actions/[email protected]
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
- shell: bash
env:
Expand Down Expand Up @@ -336,9 +330,6 @@ jobs:
with:
fetch-depth: 0
- uses: dsherret/rust-toolchain-file@v1
- uses: denoland/setup-deno@v1
with:
deno-version: v${{ env.DENO_VERSION }}
- uses: kenji-miyake/setup-git-cliff@v2
- id: bump
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: mozilla-actions/[email protected]
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
- shell: bash
run: |
Expand Down Expand Up @@ -236,9 +233,6 @@ jobs:
detached: true
- uses: dsherret/rust-toolchain-file@v1
- uses: mozilla-actions/[email protected]
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
# - name: Cache deno dir
# uses: actions/cache@v4
# with:
Expand Down
1 change: 0 additions & 1 deletion dev/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const sedLockLines: Record<string, [string | RegExp, string][]> = {
"rust-toolchain.toml": [[/(channel = ").+(")/, RUST_VERSION]],
".github/**/*.yml": [
['( GHJK_VERSION: ").+(")', GHJK_VERSION],
['( DENO_VERSION: ").+(")', DENO_VERSION],
[/([\s-]+uses:\s+metatypedev\/setup-ghjk@).+()/, GHJK_ACTION_VERSION],
],
"meta-lsp/package.json": [
Expand Down

0 comments on commit 5a33425

Please sign in to comment.