Skip to content

Commit

Permalink
Merge pull request #19 from radixdlt/use-forked-repos
Browse files Browse the repository at this point in the history
ci: use forked github actions
  • Loading branch information
dawidsowardx authored Mar 20, 2024
2 parents 42c7ff9 + 25201ca commit b20fdc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
working-directory: ./typescript

steps:
- uses: actions/checkout@v3
- uses: RDXWorks-actions/checkout@main
- name: Use Node.js
uses: actions/setup-node@v3
uses: RDXWorks-actions/setup-node@main
with:
node-version: '18.x'

Expand All @@ -102,7 +102,7 @@ jobs:
- name: Prepare artifact
run: rm -rf node_modules e2e src sandbox

- uses: actions/upload-artifact@v3
- uses: RDXWorks-actions/upload-artifact@main
with:
name: typescript-rola.${{ github.sha }}
path: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
working-directory: ./typescript
steps:
- name: Checkout
uses: actions/checkout@v2
uses: RDXWorks-actions/checkout@main
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: RDXWorks-actions/setup-node@main
with:
node-version: 'lts/*'
- name: Install dependencies
Expand Down

0 comments on commit b20fdc8

Please sign in to comment.