Skip to content

Commit

Permalink
Merge pull request #2714 from reubenmiller/ci-switch-just-action
Browse files Browse the repository at this point in the history
ci: switch gha to install just to avoid nodejs 16 deprecation warnings
  • Loading branch information
reubenmiller authored Feb 15, 2024
2 parents 3389918 + aaf82ba commit 242d8b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cache: false
- run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest

- uses: extractions/setup-just@v1
- uses: taiki-e/install-action@just
- name: Build for ${{ matrix.job.target }}
run: just release ${{ matrix.job.target }}

Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
name: packages-${{ matrix.job.target }}
path: target/${{ matrix.job.target }}/packages/

- uses: extractions/setup-just@v1
- uses: taiki-e/install-action@just
- name: Publish packages
env:
PUBLISH_OWNER: ${{ secrets.PUBLISH_OWNER }}
Expand All @@ -242,7 +242,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: extractions/setup-just@v1
- uses: taiki-e/install-action@just
- id: tedge
name: Get Version
run: |
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
go-version: 'stable'
cache: false
- run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
- uses: extractions/setup-just@v1
- uses: taiki-e/install-action@just
- name: Build virtual packages
run: just release-linux-virtual
- name: Publish packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache: yarn
cache-dependency-path: tedge-docs/yarn.lock

- uses: extractions/setup-just@v1
- uses: taiki-e/install-action@just

- name: Setup project
working-directory: tedge-docs
Expand Down

0 comments on commit 242d8b9

Please sign in to comment.